Skip to content

Commit bda6f7d

Browse files
committed
fix(be): departure controller await
1 parent b064f59 commit bda6f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/src/modules/departure/departure.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class DepartureController {
4040
);
4141
}
4242

43-
const departures = this.departureService.getDeparturesByPlatform(
43+
const departures = await this.departureService.getDeparturesByPlatform(
4444
parsed.data,
4545
);
4646

0 commit comments

Comments
 (0)