mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
fix: typo in catalog provider query
This commit is contained in:
@@ -121,11 +121,11 @@ export class CatalogProvider {
|
||||
arguments: {
|
||||
bounds: {
|
||||
lowerBound: {
|
||||
limit: `${new Date(new Date().setFullYear(new Date().getFullYear() - 1)).toISOString}`,
|
||||
limit: `${new Date(new Date().setFullYear(new Date().getFullYear() - 1)).toISOString()}`,
|
||||
mode: 'inclusive',
|
||||
},
|
||||
upperBound: {
|
||||
limit: `${new Date(new Date().setFullYear(new Date().getFullYear() + 1)).toISOString}`,
|
||||
limit: `${new Date(new Date().setFullYear(new Date().getFullYear() + 1)).toISOString()}`,
|
||||
mode: 'inclusive',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user