Skip to content

Commit babeef4

Browse files
authored
format
1 parent 65bf079 commit babeef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webroot/js/participantSummary.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function loadEncryptionKeysCallback(result, siteId) {
106106
let filteredResults = resultJson.filter((item) => { return item.site_id === siteId });
107107
let expirations = [];
108108
let notActivated = [];
109-
filteredResults = filteredResults.map((item) => {
109+
filteredResults = filteredResults.map((item) => {
110110
const created = new Date(item.created).toLocaleString();
111111
const activates = new Date(item.activates).toLocaleString();
112112
const expires = new Date(item.expires).toLocaleString();
@@ -243,4 +243,4 @@ $(document).ready(() => {
243243
(err) => { rotateKeysetsErrorHandler(err, '#rotateKeysetsErrorOutput') });
244244
});
245245
});
246-
});
246+
});

0 commit comments

Comments
 (0)