1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-23 19:32:14 +00:00

Update URLManager.ts

This commit is contained in:
Florian Bouillon 2023-03-21 15:26:50 +01:00 committed by GitHub
parent b885cf66b7
commit 5aa6636cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ export default class URLManager {
} }
if (val === null) { if (val === null) {
delete this._domain delete this._domain
return this return this
} }
this._domain = val this._domain = val
return this return this