Skip to content

Commit

Permalink
chore: 파이프라인테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Aug 31, 2024
1 parent 147a562 commit 4a556b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public ResponseEntity<SpaceResponse.SpaceCreateResponse> createSpace(@MemberId L
@PutMapping("")
@ResponseStatus(HttpStatus.ACCEPTED)
public ResponseEntity<Void> updateSpace(@MemberId Long memberId, @RequestBody @Validated SpaceRequest.UpdateSpaceRequest updateSpaceRequest) {
log.info("<<<<<<<");
spaceService.updateSpace(memberId, updateSpaceRequest);
return ResponseEntity.ok().build();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ public class RetrospectScheduler {
@Scheduled(cron = "0 0 * * * *")
public void updateRetrospectStatusToDone() {
log.info("Batch Start : updateRetrospectStatusToDone");
log.info("Batch Start : updateRetrospectStatusToDone");
log.info("Batch Start : updateRetrospectStatusToDone");
log.info("Batch Start : updateRetrospectStatusToDone");
log.info("Batch Start : updateRetrospectStatusToDone");


LocalDateTime now = time.now();
Expand Down

0 comments on commit 4a556b8

Please sign in to comment.