Skip to content

Commit

Permalink
Update stash-view-service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-herridge authored Oct 23, 2023
1 parent 6faba0e commit 42632e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/stash-view/stash-view-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class StashViewService {
opaqueKey: string,
input: GqlStashViewSettings
): Promise<string> {
if(input.ign?.include("@")) {
if(input.ign?.includes("@")) {
throw new Error("ign cannot include @");
}

Expand Down

0 comments on commit 42632e2

Please sign in to comment.