mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 13:15:50 +00:00
@@ -143,7 +143,7 @@ function ApiContext:retrieveMessages()
|
||||
return Http.get(url)
|
||||
:catch(function(err)
|
||||
if err.type == HttpError.Error.Timeout then
|
||||
return self:retrieveMessages()
|
||||
return Http.get(url)
|
||||
end
|
||||
|
||||
return Promise.reject(err)
|
||||
|
||||
Reference in New Issue
Block a user