mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-22 06:18:48 +00:00
typos
This commit is contained in:
parent
07f1e64553
commit
85736c5ce4
@ -380,7 +380,7 @@ async def leasing_v1_lessor_lease_remove(request: Request):
|
||||
origin_ref = token['origin_ref']
|
||||
|
||||
released_lease_list = list(map(lambda x: x.lease_ref, Lease.find_by_origin_ref(db, origin_ref)))
|
||||
deletions = Lease.ceanup(db, origin_ref)
|
||||
deletions = Lease.cleanup(db, origin_ref)
|
||||
logging.info(f'> [ remove ]: {origin_ref}: removed {deletions} leases')
|
||||
|
||||
response = {
|
||||
|
Loading…
Reference in New Issue
Block a user