Skip to content

Commit

Permalink
Changes missing repoId to - to align with GL/GKC
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed May 25, 2023
1 parent 32551cd commit 38d56d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hosts/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export function injectionScope(url: string) {
).toString();
}

const repoId = 0;
const repoId = '-';

let url;
switch (target) {
Expand Down

0 comments on commit 38d56d6

Please sign in to comment.