Cleaned up messages and improved the accountsDB lookups

This commit is contained in:
Matthew Raymer
2023-07-08 17:39:20 +08:00
parent e25a83ff1b
commit 3471afdf25
2 changed files with 8 additions and 11 deletions

View File

@@ -184,7 +184,7 @@ export default class ProjectViewView extends Vue {
if (!identity) {
throw new Error(
"Attempted to load Give records with no identity available.",
"Attempted to load project records with no identity available.",
);
}
return identity;