hive-sh4re: delete now_unix(), the migration's last call sites are gone
This commit is contained in:
parent
9293c5d580
commit
9f5ce4d941
3 changed files with 10 additions and 13 deletions
|
|
@ -714,7 +714,7 @@ fn finish_approval(
|
|||
// Phase 5b: also fire on the dashboard event channel so the
|
||||
// browser moves the row out of pending into history without a
|
||||
// snapshot refetch. `approved` rows that succeed get the
|
||||
// approval's logged resolved_at indirectly via `now_unix()`;
|
||||
// approval's logged resolved_at indirectly via `Utc::now()`;
|
||||
// failures already wrote it via mark_failed above.
|
||||
let approval_kind = approval.kind.as_str();
|
||||
let sha_short = approval
|
||||
|
|
|
|||
Loading…
Reference in a new issue