chore: remove unused imports in GitHubWebhookInterceptor

This commit is contained in:
2026-06-01 16:59:08 +08:00
parent 20bc18d416
commit 3616ad9eab
@@ -14,8 +14,6 @@ import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.HandlerInterceptor;
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
import java.nio.charset.StandardCharsets;
import java.security.InvalidKeyException;
import java.security.MessageDigest;