Fix for dbmanager version fetch
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
04d598f984
commit
e0420db03c
@ -1,6 +1,6 @@
|
||||
const version = {
|
||||
api: ["/api/v1/",],
|
||||
app: "1.1.0"
|
||||
app: "1.1.1"
|
||||
};
|
||||
|
||||
module.exports = version;
|
@ -12,7 +12,9 @@ async function hits(){
|
||||
out.mode = process.env.NODE_ENV;
|
||||
out.verBkend = vers.app;
|
||||
out.dat = await dat;
|
||||
out.dat.verDbman = await dbmanVer.version;
|
||||
await dbmanVer
|
||||
log.out(`listServices.meta: dbmanager Version: ${JSON.stringify(dbmanVer)}`)
|
||||
out.dat.verDbman = dbmanVer.version;
|
||||
return out;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user