mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fixing asset thumb url
This commit is contained in:
parent
e57fb1b91d
commit
5b75181840
@ -192,7 +192,7 @@ export function useChannelContext() {
|
||||
},
|
||||
getTopicAssetUrl: (channelId, topicId, assetId) => {
|
||||
const { server, token } = access.current;
|
||||
getChannelTopicAssetUrl(server, token, channelId, topicId, assetId);
|
||||
return getChannelTopicAssetUrl(server, token, channelId, topicId, assetId);
|
||||
},
|
||||
getTopics: async (channelId, revision, count, begin, end) => {
|
||||
const { server, token } = access.current;
|
||||
|
Loading…
Reference in New Issue
Block a user