fix: remove redundant anime_id conversion
This commit is contained in:
@@ -88,7 +88,7 @@ func (s *EpisodeService) RefreshTrackedDue(ctx context.Context, limit int) error
|
|||||||
"episodes",
|
"episodes",
|
||||||
"",
|
"",
|
||||||
map[string]any{
|
map[string]any{
|
||||||
"anime_id": int64(id),
|
"anime_id": id,
|
||||||
},
|
},
|
||||||
err,
|
err,
|
||||||
)
|
)
|
||||||
@@ -100,7 +100,7 @@ func (s *EpisodeService) RefreshTrackedDue(ctx context.Context, limit int) error
|
|||||||
"episodes",
|
"episodes",
|
||||||
"",
|
"",
|
||||||
map[string]any{
|
map[string]any{
|
||||||
"anime_id": int64(id),
|
"anime_id": id,
|
||||||
},
|
},
|
||||||
err,
|
err,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user