Skip to content

Commit da1e855

Browse files
committed
integration: Remove eslint ignore
1 parent be305f4 commit da1e855

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/dolt/integration/src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ type EmbedDoltHubSQLRuntimeEnvironment = RuntimeEnvironment<EmbedDoltHubSQLConfi
1212
type EmbedDoltHubSQLRuntimeContext = RuntimeContext<EmbedDoltHubSQLRuntimeEnvironment>;
1313

1414
const handleFetchEvent: FetchEventCallback<EmbedDoltHubSQLRuntimeContext> = async (_, context) => {
15-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
1615
const { api } = context;
1716
const user = api.user.getAuthenticatedUser();
1817

0 commit comments

Comments
 (0)