Skip to content

Commit

Permalink
fix(filters): run both regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Oct 19, 2023
1 parent 2dda7fe commit 253b32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/operation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const operation: ResponseFilter = {
customOptions,
});
}
return '';
}
return '';
},
};

0 comments on commit 253b32d

Please sign in to comment.