Skip to content

Commit 2d0f13a

Browse files
committed
fix: lint
1 parent 39fba11 commit 2d0f13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nitro/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { NitroModule } from 'nitro/types';
66
export function createNitroModule(): NitroModule {
77
return {
88
name: 'sentry',
9-
setup: nitro => {
9+
setup: _nitro => {
1010
// TODO: Setup the Sentry SDK.
1111
},
1212
};

0 commit comments

Comments
 (0)