fix deploy build

This commit is contained in:
2023-12-19 23:10:05 +01:00
parent b01449ee60
commit 6f886ecc10

View File

@ -113,7 +113,6 @@ export class UserAPI {
* function destined to the user should be placed here.
*/
private variables: { [key: string]: any } = {};
public codeExamples: { [key: string]: string } = {};
private counters: { [key: string]: any } = {};
private _drunk: DrunkWalk = new DrunkWalk(-100, 100, false);