Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
fixed type in link relations
Browse files Browse the repository at this point in the history
  • Loading branch information
wis3guy committed Jul 10, 2014
1 parent b6c883d commit 6a9c374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindsiClient.Net/Domain/LinkRelations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static class Findsi
public const string TargetSimilars = Prefix + "target-similars";
public const string TargetSimilar = Prefix + "similar-target";
public const string TargetRecommendations = Prefix + "target-recommendations";
public const string TargetRecommendation = Prefix + "recommended-actor";
public const string TargetRecommendation = Prefix + "recommended-target";
public const string ActorList = Prefix + "actors";
public const string ActorDetail = Prefix + "actor";
public const string ActorTargets = Prefix + "actor-targets";
Expand Down

0 comments on commit 6a9c374

Please sign in to comment.