Fix typo
This commit is contained in:
parent
78ff318512
commit
77ac01b8f5
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const getCollectionKey = async (collection: collection, key: Uint8Array) => {
|
|||
}
|
||||
|
||||
const getCollections = async (token: string, sinceTime: string, key: Uint8Array): Promise<collection[]> => {
|
||||
const resp = await HTTPService.get(`${ENDPOINT}/collections/`, {
|
||||
const resp = await HTTPService.get(`${ENDPOINT}/collections`, {
|
||||
'token': token,
|
||||
'sinceTime': sinceTime,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue