mirror of
https://github.com/umami-software/umami.git
synced 2026-02-23 05:55:35 +01:00
Remove unused code.
This commit is contained in:
parent
ef324fdf73
commit
baa6d8486b
2 changed files with 2 additions and 6 deletions
|
|
@ -23,9 +23,9 @@ export default async (
|
|||
return unauthorized(res);
|
||||
}
|
||||
|
||||
const websites = await deleteTeamWebsite(teamId, websiteId);
|
||||
await deleteTeamWebsite(teamId, websiteId);
|
||||
|
||||
return ok(res, websites);
|
||||
return ok(res);
|
||||
}
|
||||
|
||||
return methodNotAllowed(res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue