You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by st...@apache.org on 2021/01/27 08:28:21 UTC

[openwhisk-vscode-extension] branch master updated: Delete unnecessary ts-ignore (#5)

This is an automated email from the ASF dual-hosted git repository.

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-vscode-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new eedd4ea  Delete unnecessary ts-ignore (#5)
eedd4ea is described below

commit eedd4ea45d93ff505bbf0821e5c3b3b08521b16a
Author: Jeongmin Yu <ma...@gmail.com>
AuthorDate: Wed Jan 27 17:28:15 2021 +0900

    Delete unnecessary ts-ignore (#5)
---
 src/commands/showTriggerInfo.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/commands/showTriggerInfo.ts b/src/commands/showTriggerInfo.ts
index 4b90f25..6452bfb 100644
--- a/src/commands/showTriggerInfo.ts
+++ b/src/commands/showTriggerInfo.ts
@@ -70,7 +70,6 @@ export async function showTriggerInfo(
                 name: triggerDesc.name,
                 params: params,
                 annotations: annotations,
-                //@ts-ignore
                 rules: triggerDesc.rules,
             });
         }