Skip to content
Snippets Groups Projects
Commit d596509e authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

FInal Fix isReady

parent 825e69fd
Branches main
Tags 1.2.2
No related merge requests found
Pipeline #65773 passed
......@@ -16,7 +16,7 @@ interface Config {
interface MetaRouteDependencies {
version: string;
config: Config;
isServiceReady: Promise<boolean>;
isServiceReady: () => Promise<boolean>;
metricsEndpoint: RequestHandler;
}
......
{
"name": "@libs/metaroutes",
"version": "1.2.1",
"version": "1.2.2",
"description": "Add default metaroutes to express app",
"main": "index.js",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment