public async getContainer()

in src/azurechat/features/common/cosmos.ts [62:64]


  public async getContainer(): Promise<Container> {
    return await this.container;
  }