Remove unecessary file

This commit is contained in:
Bruno Saboia 2022-01-30 15:33:34 -03:00
commit 071daca0ec

View file

@ -1,5 +0,0 @@
module.exports = class KeyGenerator {
constructor(options) {
this.reservedKeys = options.reservedKeys || ['healthz'];
}
}