Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Nov 24, 2023
1 parent df2b0d2 commit 3059131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
public class LambdaHandler extends BaseRestateLambdaHandler {
@Override
public void register(RestateLambdaEndpointBuilder builder) {
builder.withService(new Greeter());
builder.withService(new Greeter());
}
}

0 comments on commit 3059131

Please sign in to comment.