Skip to content

Commit a83d4f9

Browse files
authored
Merge pull request #14 from Serverless-Devs/fix-lint
style(sandbox): add trailing comma to runtime options
2 parents d526fec + 6854d45 commit a83d4f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sandbox/api/control.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export class SandboxControlAPI extends ControlAPI {
275275
try {
276276
const client = this.getClient(config);
277277
const runtime = new $Util.RuntimeOptions({
278-
readTimeout: 30000
278+
readTimeout: 30000,
279279
});
280280

281281
const response = await client.createSandboxWithOptions(

0 commit comments

Comments
 (0)