We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cf588 commit f34fdacCopy full SHA for f34fdac
Tasks/GhostThemeUploader/ghostv2.ts
@@ -1,6 +1,6 @@
1
import * as tl from "azure-pipelines-task-lib/task";
2
3
-import GhostAdminApiClient = require("@tryghost/admin-api");
+const GhostAdminApiClient = require("@tryghost/admin-api");
4
5
export interface Options {
6
blogUrl: string;
0 commit comments