chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-07-22 20:42:09 +03:00
parent 551fc98498
commit a6c7d443ae
7 changed files with 10 additions and 15 deletions

View file

@ -1,7 +1,5 @@
'use strict';
/* global btoa */
module.exports = (str) => {
if (typeof btoa === 'function')
return btoa(str);