mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
Use double quotes in strings [skip ci]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user