Skip to content

Commit

Permalink
integration: Remove eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Apr 24, 2024
1 parent be305f4 commit da1e855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dolt/integration/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ type EmbedDoltHubSQLRuntimeEnvironment = RuntimeEnvironment<EmbedDoltHubSQLConfi
type EmbedDoltHubSQLRuntimeContext = RuntimeContext<EmbedDoltHubSQLRuntimeEnvironment>;

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

Expand Down

0 comments on commit da1e855

Please sign in to comment.