fix(core): update

This commit is contained in:
2019-07-18 14:44:45 +02:00
parent 8eb777dd45
commit 1158b4ff99
3 changed files with 9 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import { CloudflareAccount } from './cloudflare.classes.account';
import { Worker } from './cloudflare.classes.worker';
export class WorkerManager {
private cfAccount: CloudflareAccount;
public cfAccount: CloudflareAccount;
constructor(cfAccountArg: CloudflareAccount) {
this.cfAccount = cfAccountArg;