Skip to content

Commit

Permalink
Spread update.update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Farries authored and roboquat committed May 16, 2022
1 parent d8f3f5c commit bb0a42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ws-manager-bridge/ee/src/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class WorkspaceManagerBridgeEE extends WorkspaceManagerBridge {
if (update) {
const updatedPrebuild = {
...prebuild,
...update,
...update.update,
};

span.setTag("updatePrebuildWorkspace.prebuild.state", updatedPrebuild.state);
Expand Down

0 comments on commit bb0a42a

Please sign in to comment.