https://github.com/daftfox/rev-service/blob/22c086cb65d55c322acb2b56b55ca03c8f2ab157/src/service/database-service.ts#L48 Try to form consistency between `promises` and `async` keywords. This could easily work with `async await` as well.
rev-service/src/service/database-service.ts
Line 48 in 22c086c
Try to form consistency between
promisesandasynckeywords. This could easily work withasync awaitas well.