Skip to content

Commit

Permalink
fix: move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janthijs committed Nov 3, 2023
1 parent 7144892 commit f538de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wpi/api-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ export async function fetchStadspas(
.map((requestProcess) => addLink(requestProcess));
};

// Only request aanvragen when toggle is active
let aanvragenRequest:
| Promise<ApiResponse<WpiRequestProcess[] | null>>
| Promise<ApiSuccessResponse<never[]>> = Promise.resolve(
apiSuccessResult([])
);

// Only request aanvragen when toggle is active
if (FeatureToggle.stadspasRequestsActive) {
aanvragenRequest = fetchRequestProcess(
requestID,
Expand Down

0 comments on commit f538de4

Please sign in to comment.