fix: shares.info request from client incorrectly capitalized
This commit is contained in:
@@ -60,7 +60,7 @@ export default class SharesStore extends Store<Share> {
|
|||||||
this.isFetching = true;
|
this.isFetching = true;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const res = await client.post(`/${this.modelName}s.info`, {
|
const res = await client.post(`/${this.apiEndpoint}.info`, {
|
||||||
documentId,
|
documentId,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user