Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jul 2, 2024
1 parent 9bc5118 commit 751dc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function API ({ stack }) {
const privateKey = new Config.Secret(stack, 'PRIVATE_KEY')
const pkg = getApiPackageJson()
const git = getGitInfo()

stack.setDefaultFunctionProps({
memorySize: '1 GB',
runtime: 'nodejs18.x',
Expand Down

0 comments on commit 751dc00

Please sign in to comment.