Skip to content

Commit

Permalink
chore: minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 1, 2023
1 parent c2c7267 commit aaa731b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/runtime/app/lru-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const appCache = new LRUCache<string, FirebaseApp>({
allowStale: true,
updateAgeOnGet: true,
dispose: (value) => {
logger.debug('Disposing app', value.name)
logger.debug('Deleting Firebase app', value.name)
deleteApp(value)
},
})

0 comments on commit aaa731b

Please sign in to comment.