fix(api): bucket name no longer returned

Signed-off-by: Andrew Hill <andrew@textile.io>
This commit is contained in:
Andrew Hill 2020-09-22 14:39:13 -07:00
parent 0cd90fce65
commit 4b2a7f5867
No known key found for this signature in database
GPG Key ID: B8929C9860377979

View File

@ -168,7 +168,6 @@ export const getBucketAPIFromUserToken = async (token, user) => {
buckets,
bucketKey: root.key,
bucketRoot: root,
bucketName: BUCKET_NAME,
};
}
console.log(`[buckets] getOrCreate succes!`);