Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit f17261e

Browse files
committed
Api calls for greeting requests
1 parent 53c8641 commit f17261e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/api/Api.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export namespace Api {
1616
}
1717
}
1818

19-
export class Greeting{
20-
constructor(public greeting: string){}
19+
export class Greeting {
20+
constructor(public greeting: string) {
21+
}
2122
}

0 commit comments

Comments
 (0)