rage-rpc icon indicating copy to clipboard operation
rage-rpc copied to clipboard

Remove unnecessary setTimeout 0 callback

Open Jengas opened this issue 4 years ago • 1 comments

This is not necessary in current RAGEMP version

Jengas avatar Jun 26 '20 12:06 Jengas

These functions can be replaced by this:

utils.promiseResolve -> Promise.resolve
utils.promiseReject -> Promise.reject

ziggi avatar Sep 06 '20 19:09 ziggi