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
You might also want to check for these conditions:
If the same owner and name is passed in, then "merge" with the existing data, update the internal updated field to the current time and expires field will be 30 days past the current time
If owner or name is passed in and doesn't match an existing group, then create an entirely new record with the options passed in, adding in the internal created field and updated field to the current date
Setup test infrastructure and implement the following tests for joinAdInterestGroup:
send expected params
and inspect indexedDB to validate it is added as expected
The text was updated successfully, but these errors were encountered: