Compare commits

..

No commits in common. "00a52c5f83f39d826d4b8f14ae733bd5d1e741fc" and "f9e8e0263aa6ba33ee122361b5a4ad9f4ed25901" have entirely different histories.

3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.237.11",
"version": "1.237.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.237.11",
"version": "1.237.10",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.237.11",
"version": "1.237.10",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@ -205,10 +205,10 @@ async function notify(scenes) {
}));
const uniqueStashes = Object.values(Object.fromEntries(triggers.flatMap((trigger) => trigger.alert.stashes.map((stashId) => ({
stashId,
sceneId: trigger.sceneId,
stashId,
userId: trigger.alert.userId,
}))).map((stash) => [`${stash.stashId}:${stash.sceneId}`, stash])));
}))).map((stash) => [`${stash.stash_id}:${stash.scene_id}`, stash])));
const stashEntries = uniqueStashes.map((stash) => ({
scene_id: stash.sceneId,