Skip to content

Commit 21d1d01

Browse files
StephanEwenigalshilman
authored andcommitted
Rename client to workflow_client
1 parent a3ab41a commit 21d1d01

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/workflow_example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as restate from "../src/public_api";
22
import * as restate_wf from "../src/workflows/workflow";
3-
import * as restate_clients from "../src/clients/client";
3+
import * as restate_clients from "../src/clients/workflow_client";
44
import { randomUUID } from "crypto";
55

66
/* eslint-disable no-console */
File renamed without changes.

0 commit comments

Comments
 (0)