Skip to content

Commit ff698d9

Browse files
committed
Fix for type error
1 parent 3544e04 commit ff698d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/presenters/v3/ScheduleListPresenter.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class ScheduleListPresenter extends BasePresenter {
9696

9797
const schedulesCount = await CheckScheduleService.getUsedSchedulesCount({
9898
prisma: this._replica,
99-
environments: project.environments,
99+
projectId,
100100
});
101101

102102
const limit = await getLimit(project.organizationId, "schedules", 100_000_000);

0 commit comments

Comments
 (0)