next ci test
All checks were successful
CI Pipeline / Backend Build & Test (push) Successful in 1m25s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 1m3s
CI Pipeline / Infrastructure Validation (push) Successful in 4s

This commit is contained in:
2026-03-08 14:27:08 +01:00
parent 7d9e7d146e
commit b4b9d23429

View File

@@ -8,7 +8,6 @@ public class MemberSyncMiddleware
public MemberSyncMiddleware(RequestDelegate next)
{
//test commit
_next = next;
}