Skip to content

Commit c003800

Browse files
committed
remove unnecessary BaseApplication prop
1 parent 6394ebd commit c003800

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/structures/application/base.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export class BaseApplication {
3737
*/
3838
language: ApplicationLanguage;
3939
cluster: string;
40-
private _isWebsite: boolean;
4140

4241
constructor(
4342
public readonly client: SquareCloudAPI,
@@ -51,7 +50,6 @@ export class BaseApplication {
5150
this.ram = ram;
5251
this.language = lang;
5352
this.cluster = cluster;
54-
this._isWebsite = isWebsite;
5553
this.url = `https://squarecloud.app/dashboard/app/${id}`;
5654
}
5755

0 commit comments

Comments
 (0)