Skip to content

Commit

Permalink
Removed trash from badge in activities
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Sep 1, 2022
1 parent 66e9054 commit 2b3a016
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pocketdb/repositories/web/WebRpcRepository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5108,7 +5108,7 @@ namespace PocketDb
null,
pap.String2,
pap.String3,
pap.String4,
null,
ifnull(rap.Value, 0),
null
Expand Down Expand Up @@ -5195,7 +5195,7 @@ namespace PocketDb
null,
pu.String2,
pu.String3,
pu.String4,
null,
ifnull(ru.Value,0),
null
Expand Down Expand Up @@ -5285,7 +5285,7 @@ namespace PocketDb
c.String5,
pac.String2,
pac.String3,
pac.String4,
null,
ifnull(rac.Value,0),
null
Expand Down Expand Up @@ -5366,7 +5366,7 @@ namespace PocketDb
null,
pac.String2,
pac.String3,
pac.String4,
null,
ifnull(rac.Value,0),
null
Expand Down Expand Up @@ -5466,7 +5466,7 @@ namespace PocketDb
null,
pac.String2,
pac.String3,
pac.String4,
null,
ifnull(rac.Value,0),
null
Expand Down

0 comments on commit 2b3a016

Please sign in to comment.