Added Fabulous Cash sites.

This commit is contained in:
DebaucheryLibrarian
2023-04-06 01:28:59 +02:00
parent 5448100b3b
commit 54b1c03a8d
95 changed files with 156 additions and 24 deletions

View File

@@ -89,18 +89,6 @@ function initEntitiesActions(store, router) {
offset: $offset
orderBy: $orderBy
filter: {
or: [
{
date: {
isNull: ${entityType !== 'network'}
}
}
{
date: {
isNull: false
}
}
]
effectiveDate: {
lessThan: $before,
greaterThan: $after