fix: syntax in migration guide

This commit is contained in:
Yukan
2020-10-09 17:38:45 -04:00
parent ee1a7e1bdc
commit d75429ffd7

View File

@@ -93,7 +93,7 @@ import { Storage } from '@stacks/storage';
const appConfig = new AppConfig();
const userSession = new UserSession({ appConfig });
const storage = new Storage(userSession);
const storage = new Storage({userSession});
storage.putFile('my_file.json', my_content));
storage.getFile('my_file.json').then((file) => {