[chore] Pint 코드 스타일 자동 수정

This commit is contained in:
2025-12-18 16:08:59 +09:00
parent e013f5205c
commit c075678cd9
6 changed files with 25 additions and 25 deletions

View File

@@ -151,7 +151,7 @@ public function execute(Request $request): JsonResponse
// Authorization 헤더 추가 (사용자 입력 토큰이 우선)
if ($token) {
$headers['Authorization'] = 'Bearer ' . $token;
$headers['Authorization'] = 'Bearer '.$token;
}
// API 실행