Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Oct 3, 2023
1 parent df0c2e6 commit 6b98057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/lambda-greeter/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import * as restate from "@restatedev/restate-sdk";

const doGreet = async (ctx: restate.RpcContext, name: string) => {
return `Hello ${name} :-)`;
return `Hello ${name} :-)`;
};

const doGreetAndRemember = async (ctx: restate.RpcContext, name: string) => {
Expand Down

0 comments on commit 6b98057

Please sign in to comment.