Fix some quirks

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-08-21 14:07:48 +02:00
parent 9482a4e3ee
commit 30b7acdaba
4 changed files with 3 additions and 4 deletions

View File

@@ -13,5 +13,5 @@ pub struct Context {
/// Actor ids which can execute jobs in this context
executors: Vec<u32>,
created_at: Timestamp,
upddated_at: Timestamp,
updated_at: Timestamp,
}