Minor cleanup
This commit is contained in:
@@ -11,10 +11,6 @@ export default class PersistentPromise {
|
||||
});
|
||||
}
|
||||
|
||||
getPromise(): Promise<any> {
|
||||
return this.promise;
|
||||
}
|
||||
|
||||
resolve(value?: any): void {
|
||||
if (this.promiseResolve) {
|
||||
this.promiseResolve(value);
|
||||
|
Reference in New Issue
Block a user