fix(imports): adds ThreadID

Signed-off-by: Andrew Hill <andrew@textile.io>
This commit is contained in:
Andrew Hill 2020-09-22 15:05:58 -07:00
parent 4d38b20ba6
commit 5cc3cc0f7e
No known key found for this signature in database
GPG Key ID: B8929C9860377979

View File

@ -6,7 +6,7 @@ import * as Social from "~/node_common/social";
import JWT from "jsonwebtoken";
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";