Only idiots throw null...

This commit is contained in:
iamBadgers
2025-07-04 00:02:06 -07:00
parent 25cb93fba0
commit 0707250864
2 changed files with 3 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ services:
path: ./vault/package.json
- action: rebuild
path: ./vault/Dockerfile
ports:
- 8081:8080
labels:
traefik.http.routers.api.rule: "Host(`localhost`) && PathPrefix(`/api`)"
traefik.http.services.api.loadbalancer.server.scheme: "h2c"

View File

@@ -81,7 +81,7 @@ export class CharacterService {
// )
console.log("potato")
callback(new StatusBuilder().withDetails("fek").build(), {
callback(null, {
characters: [],
})
}