AmbaPay/Amba-events
production
9ba5ea280700aae03dc0d16ab7ebef4c4080a5f3
failed
90f383e87ea2baf3814103de78b33e6364b888ab
No local changes to save
HEAD is now at 90f383e Merge pull request 'dev' (#7) from dev into production
fatal: unable to bind to '/home/amba/.cache/git/credential/socket': Read-only file system warning: unable to unlink '/home/amba/.cache/git/credential/socket': Read-only file system fatal: cache daemon did not start: From https://gitea.yaltopia.com/AmbaPay/Amba-events * branch production -> FETCH_HEAD
Your branch is ahead of 'origin/production' by 8 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating 90f383e..9ba5ea2 Fast-forward src/index.ts | 2 ++ 1 file changed, 2 insertions(+)
fatal: unable to bind to '/home/amba/.cache/git/credential/socket': Read-only file system warning: unable to unlink '/home/amba/.cache/git/credential/socket': Read-only file system fatal: cache daemon did not start: From https://gitea.yaltopia.com/AmbaPay/Amba-events * branch production -> FETCH_HEAD
9ba5ea280700aae03dc0d16ab7ebef4c4080a5f3
src/index.ts
up to date, audited 637 packages in 2s 77 packages are looking for funding run `npm fund` for details 21 vulnerabilities (5 low, 1 moderate, 13 high, 2 critical) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. Run `npm audit` for details.
> event-management-be@1.0.0 build
> tsc
src/api/routes/temp.route.ts(14,23): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '(req: Request, res: Response) => Promise<Response<any, Record<string, any>>>' is not assignable to parameter of type 'Application<Record<string, any>>'.
Type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>>) => Promise<...>' is missing the following properties from type 'Application<Record<string, any>>': init, defaultConfiguration, engine, set, and 63 more.