Skip to content

Commit 3f00490

Browse files
committed
update
1 parent 0e969f2 commit 3f00490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth-adapters/better-auth/src/schema-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function updateSchema(
115115

116116
try {
117117
content = await formatDocument(content);
118-
} catch (err) {
118+
} catch {
119119
// ignore formatting errors
120120
}
121121

0 commit comments

Comments
 (0)