Skip to content

Commit

Permalink
set the updated field on activate network
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Nov 10, 2023
1 parent f558b5d commit eccf56d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/cloud/src/network/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ impl<'a> NetworkActions<'a> {
};
let update = doc! {
"$set": {
"saveState": SaveState::Transient
"saveState": SaveState::Transient,
"updated": DateTime::now(),
},
"$unset": {
"deleteAt": 1
Expand Down

0 comments on commit eccf56d

Please sign in to comment.