fix: sort import order in temporal-client.ts
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
* Uses @temporalio/client (not worker) since the API server only submits and queries workflows.
|
* Uses @temporalio/client (not worker) since the API server only submits and queries workflows.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import type { PipelineProgress } from '@trebuchet/worker/pipeline';
|
|
||||||
import { Client, Connection } from '@temporalio/client';
|
import { Client, Connection } from '@temporalio/client';
|
||||||
|
import type { PipelineProgress } from '@trebuchet/worker/pipeline';
|
||||||
|
|
||||||
export interface TemporalClients {
|
export interface TemporalClients {
|
||||||
readonly client: Client;
|
readonly client: Client;
|
||||||
|
|||||||
Reference in New Issue
Block a user