mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(sw) rm unused isBasic
This commit is contained in:
parent
98be918c0f
commit
e337a34cd7
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ const date = codegen`module.exports = '"' + Date() + '"'`;
|
|||
const NAME = `cloudcmd: ${date}`;
|
||||
|
||||
const isGet = (a) => a.method === 'GET';
|
||||
const isBasic = (a) => a.type === 'basic';
|
||||
|
||||
const createRequest = (a) => new Request(a, {
|
||||
credentials: 'same-origin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue