mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
fix: typo in catalog provider query
This commit is contained in:
@@ -121,11 +121,11 @@ export class CatalogProvider {
|
|||||||
arguments: {
|
arguments: {
|
||||||
bounds: {
|
bounds: {
|
||||||
lowerBound: {
|
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',
|
mode: 'inclusive',
|
||||||
},
|
},
|
||||||
upperBound: {
|
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',
|
mode: 'inclusive',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user