We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be305f4 commit da1e855Copy full SHA for da1e855
packages/dolt/integration/src/index.tsx
@@ -12,7 +12,6 @@ type EmbedDoltHubSQLRuntimeEnvironment = RuntimeEnvironment<EmbedDoltHubSQLConfi
12
type EmbedDoltHubSQLRuntimeContext = RuntimeContext<EmbedDoltHubSQLRuntimeEnvironment>;
13
14
const handleFetchEvent: FetchEventCallback<EmbedDoltHubSQLRuntimeContext> = async (_, context) => {
15
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
16
const { api } = context;
17
const user = api.user.getAuthenticatedUser();
18
0 commit comments