This commit is contained in:
Gykes 2025-11-27 23:22:20 -08:00
parent 66d55e3264
commit 87949ee05a

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
}
}