Skip to content

Commit cb51bb9

Browse files
committed
format
1 parent ec8cfd7 commit cb51bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/telemetry/src/next.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface RequestErrorContext {
2828
| 'react-server-components-payload'
2929
| 'server-rendering';
3030
revalidateReason: 'on-demand' | 'stale' | undefined;
31-
};
31+
}
3232
export type InstrumentationOnRequestError = (
3333
error: unknown,
3434
errorRequest: Readonly<{

0 commit comments

Comments
 (0)