Skip to content

Commit 3923795

Browse files
committed
fix: failing build
1 parent 94d8fa5 commit 3923795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-packages/client/src/utils/patcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function processPatch<
128128
patchedFunction,
129129
original,
130130
hasUnpatched: false,
131-
unpatch: () => unpatch(patch),
131+
unpatch: (): void => unpatch(patch),
132132
};
133133

134134
object[property].__millenniumPatch = patch;

0 commit comments

Comments
 (0)