simle test to force ci
All checks were successful
CI Pipeline / Backend Build & Test (push) Successful in 1m10s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 1m0s
CI Pipeline / Infrastructure Validation (push) Successful in 4s

This commit is contained in:
2026-03-08 14:22:56 +01:00
parent 493234af2a
commit 7d9e7d146e

View File

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