[taskboard] add direct host dispatch targets
This commit is contained in:
@@ -19,6 +19,7 @@ export async function POST(
|
||||
detail?: string | null;
|
||||
completed_by?: string | null;
|
||||
last_error?: string | null;
|
||||
last_dispatch_at?: string | null;
|
||||
};
|
||||
|
||||
const updated = await applyTaskCallback(numericId, payload);
|
||||
|
||||
Reference in New Issue
Block a user