Logs de la api como middleware

This commit is contained in:
2026-03-18 17:14:54 +01:00
parent e9c0549b7c
commit a5e1761acf
6 changed files with 211 additions and 18 deletions

View File

@@ -73,7 +73,6 @@ await describe("NfcRepository Integration Tests", async () => {
assert.fail(`findActivationCodes failed: ${result.error}`);
}
assert.ok(result.data, "Data should be returned");
assert.strictEqual(result.data.length, 0);
});
@@ -114,7 +113,6 @@ await describe("NfcRepository Integration Tests", async () => {
}
assert.ok(result.data, "Data should be returned");
assert.ok(Array.isArray(result.data));
const first = result.data[0];