You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes bug whereby when not submitting an in_MAC or out_MAC would result in the database being searched regardless, comparing the contents to a non-existent value. This resulted in invalid json being added to the payload sent to the api and certain requests to fail. This patch, makes it so the database is only queried when there is an in_MAC or out_MAC specified by the user.
0 commit comments