Skip to content

Commit ba07614

Browse files
committed
Trigger build
1 parent 0e74f63 commit ba07614

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/calc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ export async function calc(formData: FormData) {
3838
function calcYearlyRate(creditSum: number, interest: number) {
3939
return (creditSum * interest) / 100;
4040
}
41+

0 commit comments

Comments
 (0)