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 e1799d1 commit 686d3ebCopy full SHA for 686d3eb
src/notebooks/deepnote/integrations/integrationWebview.ts
@@ -209,7 +209,7 @@ export class IntegrationWebviewProvider {
209
/**
210
* Get the HTML content for the webview
211
*/
212
- private getWebviewContent(integrations: Map<string, IntegrationWithStatus>): string {
+ private getWebviewContent(_integrations: Map<string, IntegrationWithStatus>): string {
213
const nonce = this.getNonce();
214
215
return `<!DOCTYPE html>
0 commit comments