Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Aug 12, 2023
1 parent b358bca commit 8adfdff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ export const useAppStore = defineStore('app', {
try {
this.newCollection = false;

console.log('before collection api');
const res = await CollectionApi.getCollectionsIds(totalCount);
console.log('after collection api');
const collectionsData = res.data.GetCollections;
if (collectionsData.pageInfo.hasNextPage) {
await this.fetchCollectionIds(collectionsData.totalCount);
Expand Down

0 comments on commit 8adfdff

Please sign in to comment.