JM-Lemmi / ical-relay

Relay ical urls and edit them on the fly with different modules.
GNU Affero General Public License v3.0
9 stars 2 forks source link

fix(DB): use correct key to select filters in dbReadProfile #238

Closed robske110 closed 9 months ago

robske110 commented 9 months ago

A pretty blatant coding error preventing the fetching of multiple filters from the db and breaking everything as soon as a single rule in the database had more than two filters.

This went undetected for so long, because multiple filters per rule were not used in the current deployments.

Fixes #237