Files
taxbaik/src/TaxBaik.Web/Endpoints/Client
kjh2064 052fa1e9d7
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m1s
fix: ClientController CreateEndpoint type mismatch
FIX:
- Remove invalid null-coalescing operator between Client and CreateClientDto types
- Use null-forgiving operator (!) since created client is immediately retrieved
- Ensure type safety while preserving nullable reference semantics

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-03 17:24:20 +09:00
..