Skip to content

Commit

Permalink
DO-1357: apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Park committed Aug 22, 2024
1 parent c6d9aad commit 7f97cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/static-hosting/lib/path-remap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ export class PathRemapFunction extends Construct {
}),
runtime: Runtime.NODEJS_18_X,
handler: "remap.handler",
},
}
);
}

public getFunctionVersion(): IVersion {
return Version.fromVersionArn(
this,
"remap-fn-version",
this.edgeFunction.currentVersion.edgeArn,
this.edgeFunction.currentVersion.edgeArn
);
}
}

0 comments on commit 7f97cb6

Please sign in to comment.