Skip to content

Commit

Permalink
remove issue
Browse files Browse the repository at this point in the history
  • Loading branch information
piascikj committed Mar 3, 2018
1 parent ea71f0e commit 4e5ff54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/plugins/plugin-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ 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? id:137 gh:349 ic:gh
@client.newIssue @connector, {title:@task.text}, (e, data) =>
@task.addMetaData @idMetaKey, data.number
@repo.modifyTask @task, true, (err, result) =>
Expand Down

0 comments on commit 4e5ff54

Please sign in to comment.