Skip to content

Commit 03ea6dd

Browse files
chore(tanstackstart): Fix leftover formatting issue (#19536)
No idea why this didn't trigger our linter.. but I keep getting this whenever I run `yarn fix` 🤔 Closes #19537 (added automatically) --------- Co-authored-by: Nicolas Hrubec <[email protected]>
1 parent 1204c6a commit 03ea6dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/tanstackstart-react/src/server/wrapFetchWithSentry.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export function wrapFetchWithSentry(serverEntry: ServerEntry): ServerEntry {
5050
'tanstackstart.function.hash.sha256': functionSha256,
5151
};
5252

53-
// eslint-disable-next-line no-return-await
5453
return await startSpan(
5554
{
5655
op: op,
@@ -63,7 +62,6 @@ export function wrapFetchWithSentry(serverEntry: ServerEntry): ServerEntry {
6362
);
6463
}
6564

66-
// eslint-disable-next-line no-return-await
6765
return await target.apply(thisArg, args);
6866
} finally {
6967
await flushIfServerless();

0 commit comments

Comments
 (0)