Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit bf416e2

Browse files
author
Michael Perrotte
committedFeb 27, 2020
chore: fixed failing linting; because of dep update
1 parent 7e5696c commit bf416e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ cmd.edit = () => {
9595
}
9696

9797
function splitEntity (entity = '') {
98-
let [, scope, team] = entity.match(/^@?([^:]+):(.*)$/) || []
98+
const [, scope, team] = entity.match(/^@?([^:]+):(.*)$/) || []
9999
return { scope, team }
100100
}
101101

0 commit comments

Comments
 (0)
This repository has been archived.