From b80cdbc0c02d9d66ced628e3aa6fab349592b48b Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Wed, 6 May 2020 22:10:18 +1000 Subject: [PATCH] error compiling --- src/app/strudelapp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/strudelapp.ts b/src/app/strudelapp.ts index 7b8c863..9f2fa16 100644 --- a/src/app/strudelapp.ts +++ b/src/app/strudelapp.ts @@ -4,7 +4,7 @@ export class AppAction { notunnel: boolean = false; client: {cmd: string[], redir: string, usebasicauth: boolean}; states: string[]; // list of stats such as 'RUNNING' in which the action is valid. null||undefined if its always valid - postData: string; // if you need to post to the url to authenticate use this + postData: any; // if you need to post to the url to authenticate use this } export class Strudelapp { url: string; // A url used to retrieve extra config options. May be null -- GitLab