Missed IPC.cr update.
Duh~, hopefully we’ll soon have automated tests.
This commit is contained in:
parent
908f028322
commit
3038e7d076
@ -108,7 +108,7 @@ module AuthD
|
||||
response = read
|
||||
|
||||
if response.type == ResponseTypes::Ok.value.to_u8
|
||||
User.from_json response.payload
|
||||
User.from_json String.new response.payload
|
||||
else
|
||||
nil
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user