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

FIxed isServiceReady definition

parent 5b9c3a8c
No related branches found
Tags 1.2.1
No related merge requests found
Pipeline #65771 passed
......@@ -16,7 +16,7 @@ interface Config {
interface MetaRouteDependencies {
version: string;
config: Config;
isServiceReady: () => boolean;
isServiceReady: Promise<boolean>;
metricsEndpoint: RequestHandler;
}
......
{
"name": "@libs/metaroutes",
"version": "1.2.0",
"version": "1.2.1",
"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