Skip to content

Commit c7d4c6c

Browse files
committed
Revert toJSON functionality for ServerTemplate
1 parent 9ae7d96 commit c7d4c6c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/remote-config/remote-config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -400,14 +400,6 @@ class ServerTemplateImpl implements ServerTemplate {
400400
return new Proxy(mergedConfig, proxyHandler);
401401
}
402402

403-
/**
404-
* Convenient method that returns the JSON string of the cached template data
405-
* @returns A JSON-string of this object.
406-
*/
407-
public toJSON(): string {
408-
return JSON.stringify(this.cache);
409-
}
410-
411403
/**
412404
* Private helper method that coerces a parameter value string to the {@link ParameterValueType}.
413405
*/

0 commit comments

Comments
 (0)