From dd922bf489dcca4af0eae926f841287415ff9b5f Mon Sep 17 00:00:00 2001 From: Jesse Date: Fri, 2 Mar 2018 22:59:43 -0700 Subject: [PATCH] update task --- lib/plugins/plugin-view.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/plugin-view.coffee b/lib/plugins/plugin-view.coffee index 9da40ef..52d3687 100644 --- a/lib/plugins/plugin-view.coffee +++ b/lib/plugins/plugin-view.coffee @@ -100,7 +100,7 @@ class ConnectorPluginView extends View newIssue: -> # TODO: Also add the task list as a label when creating an issue on github. +new id:67 gh:300 ic:gh # - I think this is done - # QUESTION: Will this work? hmmm + # QUESTION: Will this work? @client.newIssue @connector, {title:@task.text}, (e, data) => @task.addMetaData @idMetaKey, data.number @repo.modifyTask @task, true, (err, result) =>