Skip to content

Commit bb98cce

Browse files
authored
Updates and lint (#2521)
1 parent 399d8e0 commit bb98cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export const isEditingFileTest = [
222222
];
223223

224224
export const isRepo = (): boolean => /^[^/]+\/[^/]+/.test(getCleanPathname()) &&
225-
!reservedNames.includes(getOwnerAndRepo().ownerName) &&
225+
!reservedNames.includes(getOwnerAndRepo().ownerName!) &&
226226
!isNotifications() &&
227227
!isDashboard() &&
228228
!isGist() &&

0 commit comments

Comments
 (0)