Skip to content

Commit c8f827c

Browse files
fix(lint): Runner manager
1 parent cbb2978 commit c8f827c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/runner_manager/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ func (m *Manager) saveThumbnail(ctx context.Context, req *protobuf.ThumbnailRead
342342
return status.Errorf(codes.NotFound, "can't find stream for id %d: %v", req.Stream.GetId(), err)
343343
}
344344

345-
fpath := filepath.Join(m.massStorage, "thumbs", stream.Start.Format("2006/01"), fmt.Sprintf("%d", stream.CourseID)
345+
fpath := filepath.Join(m.massStorage, "thumbs", stream.Start.Format("2006/01"), fmt.Sprintf("%d", stream.CourseID))
346346
fname := fmt.Sprintf("%d_%s.jpeg", stream.ID, req.GetStreamVersion().String())
347347

348348
file := model.File{

0 commit comments

Comments
 (0)