-
Notifications
You must be signed in to change notification settings - Fork 274
style: use common utils package (api and app) #555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
06151b3
to
92a6fed
Compare
}; | ||
|
||
export const metadata = new Metadata(); | ||
export const getMetadata = () => _getMetadata(getClickhouseClient()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did we change this from a singleton? aren't we creating a ton of new metadata objects without reason?
No description provided.