This commit is contained in:
Gykes 2025-11-27 23:22:20 -08:00
parent 98ddba2c05
commit ea2c70331b

View file

@ -33,4 +33,4 @@ func (c Client) FindTag(ctx context.Context, query string) (*models.ScrapedTag,
Name: tag.FindTag.Name,
RemoteSiteID: &tag.FindTag.ID,
}, nil
}
}