Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jan 24, 2024
1 parent 514d7e0 commit 535cfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/initdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default async function handler(req: IncomingMessage, res: ServerResponse)
console.log('inserting complete!\n');
// console.log(await sql`SELECT * FROM "packages" ORDER BY version desc;`);
} else {
console.log('Missing "p" query parameter so no packages were inserted')
console.log('Missing "p" query parameter so no packages were inserted');
}
res.end('success');
}
Expand Down

0 comments on commit 535cfaf

Please sign in to comment.