Skip to content

Commit

Permalink
NC | fix timestamp typo
Browse files Browse the repository at this point in the history
Signed-off-by: Romy <35330373+romayalon@users.noreply.github.com>
  • Loading branch information
romayalon committed May 9, 2024
1 parent 2e59906 commit a2b79cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_nsfs/nc_master_key_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class NCMasterKeysManager {
const active_master_key_id = new_master_key.id;
const master_keys_by_id = { ...this.master_keys_by_id, [active_master_key_id]: new_master_key };
return JSON.stringify({
timestemp: Date.now(),
timestamp: Date.now(),
[ACTIVE_MASTER_KEY]: active_master_key_id,
master_keys_by_id
});
Expand Down

0 comments on commit a2b79cc

Please sign in to comment.