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
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
DB.from('SplashAd').filter('sport={sport} AND country={country} AND language={language} AND platform_id={platform_id} AND debug={debug} AND expiration_timestamp>{now}',filter).all().then(function(splash_ads){done(null,splash_ads);},function(err){done(err);});
I often use this code and it still works, but not here to make it work. When I remove the filter function I get all the data. Using the where function or first still get the same problem.
Any idea ?
The text was updated successfully, but these errors were encountered:
Hi,
I get an error that bothers me. Here is my code
I often use this code and it still works, but not here to make it work. When I remove the filter function I get all the data. Using the where function or first still get the same problem.
Any idea ?
The text was updated successfully, but these errors were encountered: