Skip to content

Commit 214cc57

Browse files
committed
lint: remove extra type modifier
1 parent cb466d1 commit 214cc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sveltekit/test/server-common/serverRoute.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as SentryCore from '@sentry/core';
2-
import type { NumericRange, type RequestEvent } from '@sveltejs/kit';
2+
import type { NumericRange, RequestEvent } from '@sveltejs/kit';
33
import { error, redirect } from '@sveltejs/kit';
44
import { beforeEach, describe, expect, it, vi } from 'vitest';
55
import {

0 commit comments

Comments
 (0)