mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 00:02:37 +10:00
fix: add tsignore pending upstream fix
This commit is contained in:
@ -93,6 +93,7 @@
|
|||||||
import { CheckIcon } from "@heroicons/vue/24/outline";
|
import { CheckIcon } from "@heroicons/vue/24/outline";
|
||||||
import { DateTime } from "luxon";
|
import { DateTime } from "luxon";
|
||||||
|
|
||||||
|
// @ts-ignore pending https://github.com/nitrojs/nitro/issues/2758
|
||||||
const clients = ref(await $dropFetch("/api/v1/user/client"));
|
const clients = ref(await $dropFetch("/api/v1/user/client"));
|
||||||
|
|
||||||
async function revokeClient(id: string) {
|
async function revokeClient(id: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user