Skip to content

Commit 883e428

Browse files
ci: apply automated fixes
1 parent 804f7b7 commit 883e428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-query-experimental/src/devtools/with-devtools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const withDevtools: WithDevtools = (
168168
.catch((error) => {
169169
console.error(
170170
'Install @tanstack/query-devtools or reinstall without --omit=optional.',
171-
error
171+
error,
172172
)
173173
})
174174
},

0 commit comments

Comments
 (0)