Xapi#_getXenUpdates() should be static.

This commit is contained in:
Julien Fontanet 2015-05-06 10:54:28 +02:00
parent ee81febc89
commit 7af3f7e881

View File

@ -105,6 +105,7 @@ export default class Xapi extends XapiBase {
// ================================================================= // =================================================================
// FIXME: should be static
@debounce(24 * 60 * 60 * 1000) @debounce(24 * 60 * 60 * 1000)
async _getXenUpdates () { async _getXenUpdates () {
const [body, {statusCode}] = await gotPromise( const [body, {statusCode}] = await gotPromise(