Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Named :$token for consistency with other subs
  • Loading branch information
AlexDaniel committed Feb 8, 2019
1 parent 173d6e5 commit 4aa424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Unbitrot/Utils.pm6
Expand Up @@ -42,7 +42,7 @@ sub get-issues(:$token, :$url = issues-url) is export {
}

#| Close/Open an issue
sub close-single-issue($url, $token, :$state = 'closed') is export {
sub close-single-issue($url, :$token, :$state = 'closed') is export {
patch( :$url, :$token, body => { :$state } ),
}

Expand Down

0 comments on commit 4aa424e

Please sign in to comment.