Skip to content

Commit 686d3eb

Browse files
committed
fix: mark unused integrations parameter with underscore prefix
1 parent e1799d1 commit 686d3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notebooks/deepnote/integrations/integrationWebview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export class IntegrationWebviewProvider {
209209
/**
210210
* Get the HTML content for the webview
211211
*/
212-
private getWebviewContent(integrations: Map<string, IntegrationWithStatus>): string {
212+
private getWebviewContent(_integrations: Map<string, IntegrationWithStatus>): string {
213213
const nonce = this.getNonce();
214214

215215
return `<!DOCTYPE html>

0 commit comments

Comments
 (0)