Restructure and cleanup some RainLoop Actions code

This commit is contained in:
the-djmaze 2022-01-11 12:36:47 +01:00
parent 9d280ab97e
commit b5201883d6
8 changed files with 136 additions and 146 deletions

View file

@ -178,13 +178,6 @@ export class AbstractFetchRemote
});
}
/**
* @param {?Function} fCallback
*/
noop(fCallback) {
this.request('Noop', fCallback);
}
/**
* @param {?Function} fCallback
*/