mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
fix ubgs
This commit is contained in:
@@ -18,4 +18,12 @@ export class DataService {
|
||||
return this.data[name]
|
||||
}
|
||||
|
||||
delate(name: string) {
|
||||
delete this.data[name]
|
||||
}
|
||||
|
||||
|
||||
clear() {
|
||||
this.data = {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user