remove unused import
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { describe, test, expect, vi } from 'vitest';
|
import { describe, test, expect } from 'vitest';
|
||||||
import { GET } from '../src/routes/api/user/+server';
|
import { GET } from '../src/routes/api/user/+server';
|
||||||
|
|
||||||
const id = 'admin';
|
const id = 'admin';
|
||||||
|
|||||||
Reference in New Issue
Block a user