node-persist icon indicating copy to clipboard operation
node-persist copied to clipboard

Fix: remove unneeded async keywords

Open SReject opened this issue 2 years ago • 0 comments

the async keyword is only needed if the function's body use's await

SReject avatar Jul 23 '22 23:07 SReject