1.3.6 with bug fix

This commit is contained in:
night0721 2021-10-01 20:07:46 +08:00
parent de7c17566f
commit 2bc76d0ee5
2 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "cath",
"version": "1.3.5-dev",
"version": "1.3.6",
"description": "A powerful package that can interact with Cath API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View file

@ -28,8 +28,6 @@ export class URLClient {
.then(res => res.data);
if (data?.name) {
return data?.name;
} else {
throw new CathError(`Code already exist`);
}
}
}