mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
6 lines
74 B
JavaScript
6 lines
74 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
insert: () => Promise.resolve(),
|
||
|
};
|