more linter fixes

This commit is contained in:
2026-09-02 20:21:24 +02:00
parent 39593d470d
commit 65fc04a4d8
2 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
import fs from 'fs';
import path from 'path';
import fs from 'node:fs';
import path from 'node:path';
import { error } from '@sveltejs/kit';
import { getStreamInfo } from '$lib/database.ts';
import { dev } from '$app/environment';
@@ -1,4 +1,4 @@
import fs from 'fs';
import fs from 'node:fs';
import { json } from '@sveltejs/kit';
import { error } from '@sveltejs/kit';
import type { RequestHandler } from './$types';