This commit is contained in:
counterweight 2025-03-10 15:38:23 +01:00
parent 9c4581d33d
commit 5b35bb603d
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 9 additions and 3 deletions

View file

@ -274,7 +274,9 @@ class ApiRoutesProvider {
const publicKey = req.cookies.publicKey;
const offers =
await this.services.offerService.getOffersByPublicKey(publicKey);
await this.services.offerService.getActiveOffersByPublicKey(
publicKey
);
if (!offers) {
return res.status(404).json({