mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 10:26:52 -06:00
chore: resolve eslint/svelte-check lints/warnings
This commit is contained in:
+2
-5
@@ -118,12 +118,9 @@ export async function deleteAdminTag(id: string): Promise<void> {
|
||||
}
|
||||
|
||||
// Admin Events API (currently mocked - no backend implementation yet)
|
||||
export async function getAdminEvents(filters?: {
|
||||
level?: string;
|
||||
target?: string;
|
||||
limit?: number;
|
||||
}): Promise<AdminEvent[]> {
|
||||
export async function getAdminEvents(): Promise<AdminEvent[]> {
|
||||
// TODO: Implement when events table is added to backend
|
||||
// filters parameter will be added when backend implementation is complete
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user