We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6394ebd commit c003800Copy full SHA for c003800
src/structures/application/base.ts
@@ -37,7 +37,6 @@ export class BaseApplication {
37
*/
38
language: ApplicationLanguage;
39
cluster: string;
40
- private _isWebsite: boolean;
41
42
constructor(
43
public readonly client: SquareCloudAPI,
@@ -51,7 +50,6 @@ export class BaseApplication {
51
50
this.ram = ram;
52
this.language = lang;
53
this.cluster = cluster;
54
- this._isWebsite = isWebsite;
55
this.url = `https://squarecloud.app/dashboard/app/${id}`;
56
}
57
0 commit comments