Skip to content

Commit

Permalink
Fix timestamp in mock server
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Jan 31, 2025
1 parent 94fb2ff commit 93e75d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end2end/server/src/zen/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function updateAppConfig(app, newConfig) {
configs[index] = {
...configs[index],
...newConfig,
lastUpdatedAt: Date.now(),
configUpdatedAt: Date.now(),
};
return true;
}
Expand Down

0 comments on commit 93e75d9

Please sign in to comment.