Correctly export pool.mergeInto().
This commit is contained in:
parent
a3fdd274c3
commit
9ef0337807
@ -79,7 +79,7 @@ export {uploadPatch as patch}
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
|
||||
async function mergeInto ({ source, target, force }) {
|
||||
export async function mergeInto ({ source, target, force }) {
|
||||
await this.mergeXenPools(source.id, target.id, force)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user