Skip to content

Commit

Permalink
chore: 消し忘れを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Jun 2, 2024
1 parent 6589e6c commit 2f742d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/frontend/src/pages/admin/moderation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ const preservedUsernames = ref<string>('');
const tosUrl = ref<string | null>(null);
const privacyPolicyUrl = ref<string | null>(null);
const trustedLinkUrlPatterns = ref<string>('');
=======
const inquiryUrl = ref<string | null>(null);
>>>>>>> upstream/develop
async function init() {
const meta = await misskeyApi('admin/meta');
Expand Down

0 comments on commit 2f742d4

Please sign in to comment.