Skip to content

Commit

Permalink
Fix bug my removing invalid no side effects marker #1007
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Jan 7, 2025
1 parent 07749e9 commit 0569e5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/src/utils/_addIssue/_addIssue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ interface Other<TContext extends Context> {
*
* @internal
*/
// @__NO_SIDE_EFFECTS__
export function _addIssue<const TContext extends Context>(
context: TContext & {
expects?: string | null;
Expand Down

0 comments on commit 0569e5e

Please sign in to comment.