Use double quotes in strings [skip ci]

This commit is contained in:
Akkadius
2020-04-04 02:56:14 -05:00
parent 376c123fa1
commit 0552582274
42 changed files with 80 additions and 79 deletions
@@ -100,7 +100,7 @@ public:
LoginApiTokens entry{};
entry.id = 0;
entry.token = 0;
entry.token = "";
entry.can_write = 0;
entry.can_read = 0;
entry.created_at = 0;