Skip to content

Commit

Permalink
Fixing formatting - prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
christosarvanitis committed Oct 24, 2023
1 parent 18e6f81 commit 04d2244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { s3BucketNameValidator } from '../../aws.validators';
import type { IAmazonFunction } from '../../domain';
import type { IAmazonFunctionUpsertCommand } from '../../index';

import {availableRuntimes} from "../../pipeline/stages/deployLambda/components/function.constants";
import { availableRuntimes } from '../../pipeline/stages/deployLambda/components/function.constants';

export interface IFunctionProps {
app: Application;
Expand Down

0 comments on commit 04d2244

Please sign in to comment.