Skip to content

Commit 3d5dbf7

Browse files
committed
Update organizations.controller.ts
1 parent 807913a commit 3d5dbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/models/organizations/organizations.controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class OrganizationsController {
133133
* Waits for warehouse to be added as organization ref.
134134
* This function will timeout after 10 seconds.
135135
*/
136-
async awaitWarehouseSetup(warehouse: WarehouseDocument) {
136+
private async awaitWarehouseSetup(warehouse: WarehouseDocument) {
137137
const MAX_WAIT_TIME = 10_000;
138138
let totalWaitTime = 0;
139139

0 commit comments

Comments
 (0)