(query: string)
| 122 | }, |
| 123 | run: async (payload, io, ctx) => { |
| 124 | const getCommitment = (query: string) => (query.endsWith("-a") ? "full" : "partial"); |
| 125 | await io.dummy.taskOne("verse", { |
| 126 | we: { |
| 127 | strangersToLove: payload.strangers, |
no outgoing calls
no test coverage detected
searching dependent graphs…