Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Rybicki <[email protected]>
  • Loading branch information
eladb and Chriscbr authored Sep 28, 2023
1 parent a144a22 commit 688bdc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/tests/sdk_tests/service/stateful.test.w
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ if util.env("WING_TARGET") == "sim" {
this.b = new cloud.Bucket();
this.body = body;

// it's idiomatic to just pass `this` here and implement the callbacks on the current object.
this.s = new cloud.Service(inflight () => {
log("starting service");
util.sleep(1s);
Expand Down

0 comments on commit 688bdc4

Please sign in to comment.