Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
AWare committed Oct 30, 2019
1 parent 172b43d commit a770da6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/archiver/src/tasks/issue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface IssueParams {
export interface IssueTaskOutput extends IssueParams {
issue: Issue
message?: string
fronts: string[]
}
export const handler: Handler<IssueParams, IssueTaskOutput> = handleAndNotify(
'started',
Expand Down

0 comments on commit a770da6

Please sign in to comment.