Skip to content

Commit f34fdac

Browse files
committed
revert typing usage
1 parent 24cf588 commit f34fdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tasks/GhostThemeUploader/ghostv2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as tl from "azure-pipelines-task-lib/task";
22

3-
import GhostAdminApiClient = require("@tryghost/admin-api");
3+
const GhostAdminApiClient = require("@tryghost/admin-api");
44

55
export interface Options {
66
blogUrl: string;

0 commit comments

Comments
 (0)