Skip to content

Commit 69364c2

Browse files
committed
[Chore] 코드 정리
1 parent 7f330d3 commit 69364c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/server/veo/service/VeoVideoService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@ private GeneratedVideo processResults(GenerateVideosOperation operation, VideoGe
243243
}
244244

245245
String videoUrl = uriOpt.get();
246-
videoUrl.replace("gs://", "https://storage.cloud.google.com/");
246+
String replace = videoUrl.replace("gs://", "https://storage.cloud.google.com/");
247247

248248
log.info("✅ Video[{}] GCS URI: {}", 0, videoUrl);
249249

250250
GeneratedVideo generatedVideo = GeneratedVideo.create(
251251
"temp",
252-
videoUrl,
252+
replace,
253253
8
254254
);
255255

0 commit comments

Comments
 (0)