chore(xo-server/api): remove unused alias network.delete_
This commit is contained in:
parent
4a3183ffa0
commit
15bfaa15ca
@ -112,7 +112,7 @@ set.resolve = {
|
||||
|
||||
// =================================================================
|
||||
|
||||
export async function delete_({ network }) {
|
||||
async function delete_({ network }) {
|
||||
return this.getXapi(network).deleteNetwork(network._xapiId)
|
||||
}
|
||||
export { delete_ as delete }
|
||||
|
Loading…
Reference in New Issue
Block a user