Closed joente closed 4 months ago
The following query is used:
tasks = tasks(); return tasks.map(|t| {id: t.id(), at: t.at(), err: t.err()});
This can be simplified to:
tasks().map(|t| {id: t.id(), at: t.at(), err: t.err()});
Updated in release v1.3.3
The following query is used:
This can be simplified to: