mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-27 11:03:14 +03:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
|
|
||
|
export const getTasks = async ({ args, context }) => {
|
||
|
return [] // TODO: This is dummy for now.
|
||
|
}
|