✨ 🚢 tasks.ts
This commit is contained in:
@@ -37,3 +37,4 @@ export function getAllTasks(): Task[] {
|
|||||||
export function getTaskByType(type: TaskType): Task | undefined {
|
export function getTaskByType(type: TaskType): Task | undefined {
|
||||||
return getAllTasks().find(t => t.type === type)
|
return getAllTasks().find(t => t.type === type)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user