Skip to content

Commit 481e8f0

Browse files
committed
fix(lint): fix linter
1 parent fc50454 commit 481e8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/server/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const generateTokens = async (
2929
buildPath: string,
3030
silent = true
3131
) => {
32-
if (!tokens || !Object.keys(tokens).length) {
32+
if (!tokens || !Object.keys(tokens).length) {
3333
await stubTokens(buildPath, true)
3434
return
3535
}

0 commit comments

Comments
 (0)