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 <[email protected]>
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,
             });
         }

Reply via email to