From cf8938ccbcb3ec91585ea399e331873ef05d4d2e Mon Sep 17 00:00:00 2001 From: filip mertens Date: Tue, 25 Jun 2024 05:47:43 +0200 Subject: [PATCH] lint --- libs/remix-core-plugin/src/lib/gist-handler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-core-plugin/src/lib/gist-handler.ts b/libs/remix-core-plugin/src/lib/gist-handler.ts index afe415fc6b..2b1f586bbf 100644 --- a/libs/remix-core-plugin/src/lib/gist-handler.ts +++ b/libs/remix-core-plugin/src/lib/gist-handler.ts @@ -126,7 +126,6 @@ export class GistHandler extends Plugin { obj['/' + path] = data.files[element] }) - if (this.isDesktop) { await this.call('remix-templates', 'loadFilesInNewWindow', obj) } else {