Round out webhookKey support in cli, docs, and Config (#1936)
This commit is contained in:
committed by
Florent Vilmart
parent
181b12771d
commit
17374eff8d
@@ -28,6 +28,7 @@ export class Config {
|
||||
this.javascriptKey = cacheInfo.javascriptKey;
|
||||
this.dotNetKey = cacheInfo.dotNetKey;
|
||||
this.restAPIKey = cacheInfo.restAPIKey;
|
||||
this.webhookKey = cacheInfo.webhookKey;
|
||||
this.fileKey = cacheInfo.fileKey;
|
||||
this.facebookAppIds = cacheInfo.facebookAppIds;
|
||||
this.allowClientClassCreation = cacheInfo.allowClientClassCreation;
|
||||
|
||||
Reference in New Issue
Block a user