chore: remove old 'master' settings concept outside PlatformServiceMixin

This commit is contained in:
2025-09-25 21:17:38 -06:00
parent c7276f0b4d
commit 0c627f4822
2 changed files with 6 additions and 8 deletions

View File

@@ -223,7 +223,7 @@ export default class ContactAmountssView extends Vue {
const contact = await this.$getContact(contactDid);
this.contact = contact;
const settings = await this.$getMasterSettings();
const settings = await this.$settings();
// Get activeDid from active_identity table (single source of truth)
// eslint-disable-next-line @typescript-eslint/no-explicit-any