Skip to content

Commit 8027bf7

Browse files
committed
Fix version file import path
1 parent 55ac94b commit 8027bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file was initially auto-generated by Fern from our API Definition.
22
// It was later customized by the Pipedream team.
33

4-
import { SDK_VERSION } from "version.js";
4+
import { SDK_VERSION } from "./version.js";
55
import { Accounts } from "./api/resources/accounts/client/Client.js";
66
import { Actions } from "./api/resources/actions/client/Client.js";
77
import { AppCategories } from "./api/resources/appCategories/client/Client.js";

0 commit comments

Comments
 (0)