From 688bdc4b316b8e8180d33d5be823d5a4ca907804 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Thu, 28 Sep 2023 21:56:47 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Chris Rybicki --- examples/tests/sdk_tests/service/stateful.test.w | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/tests/sdk_tests/service/stateful.test.w b/examples/tests/sdk_tests/service/stateful.test.w index 46e8ab58cb1..c8f4bf17a34 100644 --- a/examples/tests/sdk_tests/service/stateful.test.w +++ b/examples/tests/sdk_tests/service/stateful.test.w @@ -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);