migration to postgresql
This commit is contained in:
@@ -80,7 +80,7 @@ export default new class {
|
||||
return {
|
||||
tagged,
|
||||
untagged,
|
||||
total: tagged + untagged,
|
||||
total: +tagged + +untagged,
|
||||
sfw,
|
||||
nsfw
|
||||
};
|
||||
|
Reference in New Issue
Block a user