You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: There is no options for hideMeta when create new Graceful class????
Actual behavior
Object literal may only specify known properties, and 'hideMeta' does not exist in type 'GracefulOptions'.ts(2353)
Expected behavior
should be able to define hideMeta options in constructor
Code to reproduce
constgraceful=newGraceful({logger: logger,servers: [server],customHandlers: [async()=>{awaitmongoManager.disconnect();cronjobManager.stop();// this close all socket conneted to server and close serversocketServer.close();},],hideMeta : false,});
Checklist
I have searched through GitHub issues for similar issues.
I have completely read through the README and documentation.
I have tested my code with the latest version of Node.js and this package and confirmed it is still not working.
The text was updated successfully, but these errors were encountered:
Describe the bug
Node.js version: v20.5.0
OS version: ubuntu 22.04
Description: There is no options for hideMeta when create new Graceful class????
Actual behavior
Object literal may only specify known properties, and 'hideMeta' does not exist in type 'GracefulOptions'.ts(2353)
Expected behavior
should be able to define hideMeta options in constructor
Code to reproduce
Checklist
The text was updated successfully, but these errors were encountered: