fix(lint): remove conflict flag

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

View File

@ -128,7 +128,6 @@ export const getBucketAPIFromUserToken = async (token, user) => {
const buckets = await Buckets.withKeyInfo(TEXTILE_KEY_INFO);
await buckets.getToken(identity);
<<<<<<< HEAD
// TODO(jim): Put this call into a file for all Textile related calls.
let target;
console.log(`[buckets] getOrCreate`);