mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-30 12:26:00 +03:00
fix(lint): remove conflict flag
Signed-off-by: Andrew Hill <andrew@textile.io>
This commit is contained in:
parent
157151ef57
commit
0cd90fce65
@ -128,7 +128,6 @@ export const getBucketAPIFromUserToken = async (token, user) => {
|
|||||||
const buckets = await Buckets.withKeyInfo(TEXTILE_KEY_INFO);
|
const buckets = await Buckets.withKeyInfo(TEXTILE_KEY_INFO);
|
||||||
await buckets.getToken(identity);
|
await buckets.getToken(identity);
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
// TODO(jim): Put this call into a file for all Textile related calls.
|
// TODO(jim): Put this call into a file for all Textile related calls.
|
||||||
let target;
|
let target;
|
||||||
console.log(`[buckets] getOrCreate`);
|
console.log(`[buckets] getOrCreate`);
|
||||||
|
Loading…
Reference in New Issue
Block a user