Skip to content

Commit

Permalink
Property name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Sep 2, 2023
1 parent ff80de2 commit caff6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/FirebaseService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class FirebaseService implements IFirebaseService {
this.initApp();

const collectionKey = await this.getCollectionKey(network);
const query = admin.firestore().collection(collectionKey).select('name', 'iconUrl', 'address', 'categories');
const query = admin.firestore().collection(collectionKey).select('name', 'iconUrl', 'address', 'mainCategory');

return this.getDappsData(query);
}
Expand Down

0 comments on commit caff6e0

Please sign in to comment.