Skip to content

Commit

Permalink
update task
Browse files Browse the repository at this point in the history
  • Loading branch information
piascikj committed Mar 3, 2018
1 parent 7b7ccd0 commit dd922bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/plugin-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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) =>
Expand Down

0 comments on commit dd922bf

Please sign in to comment.