Skip to content

Commit

Permalink
A dApp registration license issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 committed Feb 5, 2024
1 parent b11e50c commit 31b9430
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 @@ -116,7 +116,7 @@ export class FirebaseService implements IFirebaseService {
communities: dapp.communities,
contractType: dapp.contractType,
mainCategory: dapp.mainCategory,
license: dapp.license,
license: dapp.license ?? '',
tags: dapp.tags,
} as DappItem;
await admin.firestore().collection(collectionKey).doc(dapp.address).set(firebasePayload);
Expand Down

0 comments on commit 31b9430

Please sign in to comment.