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

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