Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricevladimir committed Oct 24, 2023
1 parent 30b4522 commit feeadcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export async function getPendingDaoFromCache(

return {
address: daoAddressOrEns,
ensDomain: foundDao.ensSubdomain,
ensDomain: foundDao.ensSubdomain ?? '',
metadata: foundDao.metadata,
plugins: [],
creationDate: foundDao.creationDate,
Expand Down

0 comments on commit feeadcd

Please sign in to comment.