Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -153,7 +153,7 @@ export async function createTaskRunRecord(input: CreateTaskInput) {
|
||||
});
|
||||
}
|
||||
|
||||
export type AtomicCreateResult =
|
||||
type AtomicCreateResult =
|
||||
| { task: Task; created: true }
|
||||
| { task: null; created: false };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user