Skip to content

Commit 9dbb422

Browse files
committed
EOL
1 parent 79fd105 commit 9dbb422

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

end2end/server/src/handlers/realtimeConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ module.exports = function realtimeConfig(req, res) {
66
}
77

88
const config = getAppConfig(req.app);
9-
9+
1010
res.json({
1111
serviceId: req.app.serviceId,
12-
configUpdatedAt: config.configUpdatedAt
12+
configUpdatedAt: config.configUpdatedAt,
1313
});
14-
};
14+
};

0 commit comments

Comments
 (0)