Skip to content

Commit f90fc84

Browse files
committed
Fix eslint
1 parent 11c5ac2 commit f90fc84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/logfire-cf-workers/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function getConfig(config: LogfireCloudflareConfigOptions) {
4545
}
4646

4747
export function instrument<T>(handler: T, config: LogfireCloudflareConfigOptions): T {
48+
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
4849
return microlabsInstrument(handler, getConfig(config))
4950
}
5051

0 commit comments

Comments
 (0)