Skip to content

Commit 88d95df

Browse files
committed
fix: lint
1 parent 7e77ab1 commit 88d95df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)