Skip to content

Commit 2b5fcde

Browse files
committed
Remove accidental "timeline" nesting.
1 parent 8101983 commit 2b5fcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/trafficlight/trafficlight.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function runAction(action: string, data: JSONValue): string | JSONValue | undefi
266266
rsp.push(tile);
267267
},
268268
);
269-
return { "response": "got_timeline", "timeline": { "timeline": rsp } };
269+
return { "response": "got_timeline", "timeline": rsp };
270270
}
271271
case "clear_idb_storage":
272272
return clearIDBStorage();

0 commit comments

Comments
 (0)