Compare commits
No commits in common. "3ad1f3d1e3677ddb6fe5585bff25235bdc1ac7c2" and "fe59b23c84c0dc37cd936e91b7050ff15af6c581" have entirely different histories.
3ad1f3d1e3
...
fe59b23c84
|
@ -97,7 +97,7 @@ function initTagsActions(store, _router) {
|
|||
limit,
|
||||
after,
|
||||
before,
|
||||
orderBy,
|
||||
orderBy: orderBy === 'DATE_DESC' ? 'DATE_DESC' : 'DATE_ASC',
|
||||
offset: Math.max(0, (pageNumber - 1)) * limit,
|
||||
exclude: store.state.ui.tagFilter.filter(tagFilter => tagFilter !== tagSlug),
|
||||
});
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.173.6",
|
||||
"version": "1.173.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "1.173.6",
|
||||
"version": "1.173.5",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.173.6",
|
||||
"version": "1.173.5",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue