fix lint and typecheck.
This commit is contained in:
@@ -76,6 +76,7 @@ function generateDummyUser(override?: Partial<MiUser>): MiUser {
|
|||||||
mandatoryCW: null,
|
mandatoryCW: null,
|
||||||
rejectQuotes: false,
|
rejectQuotes: false,
|
||||||
allowUnsignedFetch: 'staff',
|
allowUnsignedFetch: 'staff',
|
||||||
|
attributionDomains: [],
|
||||||
...override,
|
...override,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { ref, watch } from 'vue';
|
import { ref, watch } from 'vue';
|
||||||
import { host as hostRaw } from '@@/js/config.js'
|
import { host as hostRaw } from '@@/js/config.js';
|
||||||
import { toUnicode } from 'punycode.js';
|
import { toUnicode } from 'punycode.js';
|
||||||
import MkTextarea from '@/components/MkTextarea.vue';
|
import MkTextarea from '@/components/MkTextarea.vue';
|
||||||
import MkInfo from '@/components/MkInfo.vue';
|
import MkInfo from '@/components/MkInfo.vue';
|
||||||
|
|||||||
Reference in New Issue
Block a user