Skip to content

Commit

Permalink
Update packages/functions/lambdas/dbOperations.ts
Browse files Browse the repository at this point in the history
Co-authored-by: BaDo2001 <[email protected]>
  • Loading branch information
debrecenid and BaDo2001 authored Feb 27, 2024
1 parent 68486e8 commit cc2a664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/functions/lambdas/dbOperations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const handler = async (event: { sql: string }) => {

return okResult(result);
} catch (error) {
console.error(`Error migrating db: ${error}`);
console.error(`Error executing command: ${error}`);

return errorResult(error);
}
Expand Down

0 comments on commit cc2a664

Please sign in to comment.