File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { assertString } from "./assertions/literal" ;
2- import { ApplicationModule , UserModule } from "./modules" ;
2+ import { ApplicationsModule , UserModule } from "./modules" ;
33import { APIService , GlobalCacheService } from "./services" ;
44import { type ClientEvents , TypedEventEmitter } from "./types" ;
55
@@ -13,7 +13,7 @@ export class SquareCloudAPI extends TypedEventEmitter<ClientEvents> {
1313 public readonly api : APIService ;
1414
1515 /** The applications module */
16- public applications = new ApplicationModule ( this ) ;
16+ public applications = new ApplicationsModule ( this ) ;
1717 /** The users module */
1818 public users = new UserModule ( this ) ;
1919 /** The global cache service */
@@ -32,6 +32,5 @@ export class SquareCloudAPI extends TypedEventEmitter<ClientEvents> {
3232 }
3333}
3434
35- export * from "./services" ;
3635export * from "./structures" ;
3736export * from "./types" ;
You can’t perform that action at this time.
0 commit comments