mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 01:03:08 +03:00
fix(imports): adds ThreadID
Signed-off-by: Andrew Hill <andrew@textile.io>
This commit is contained in:
parent
4d38b20ba6
commit
5cc3cc0f7e
@ -6,7 +6,7 @@ import * as Social from "~/node_common/social";
|
|||||||
import JWT from "jsonwebtoken";
|
import JWT from "jsonwebtoken";
|
||||||
import BCrypt from "bcrypt";
|
import BCrypt from "bcrypt";
|
||||||
|
|
||||||
import { Buckets, PrivateKey, Pow, Client } from "@textile/hub";
|
import { Buckets, PrivateKey, Pow, Client, ThreadID } from "@textile/hub";
|
||||||
|
|
||||||
const BUCKET_NAME = "data";
|
const BUCKET_NAME = "data";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user