- Fixed missing `eventy.result` import to resolve the `Result` type
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-03 17:32:39 +02:00
parent d2cc6a8e93
commit 73bec426e0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
module eventy.task;
import eventy.result : Result;
/**
* Task
*