mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-24 17:44:50 +03:00
fix(code): add const
Signed-off-by: Andrew Hill <andrew@textile.io>
This commit is contained in:
parent
5cc3cc0f7e
commit
ce39de2b25
@ -145,7 +145,7 @@ export const getBucketAPIFromUserToken = async (token, user) => {
|
||||
}
|
||||
const newId = ThreadID.fromRandom()
|
||||
await client.newDB(newId, 'buckets')
|
||||
threadID = newId.toString()
|
||||
const threadID = newId.toString()
|
||||
buckets.withThread(threadID)
|
||||
console.log(`[buckets] newDB success ${newId.toString()}`);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user