mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
reset: () => {},
|
|
insert: () => Promise.resolve(),
|
|
};
|