Add casual votes table export

This commit is contained in:
Ajay
2025-02-16 14:43:55 -05:00
parent 5f9b4c8acc
commit d44ce3c2dc

View File

@@ -149,6 +149,10 @@ addDefaults(config, {
}, },
{ {
name: "thumbnailVotes" name: "thumbnailVotes"
},
{
name: "casualVotes",
order: "timeSubmitted"
}] }]
}, },
diskCacheURL: null, diskCacheURL: null,