Skip to content

Commit

Permalink
Merge pull request #424 from dexterousdhruv/fix/param-comment-typo
Browse files Browse the repository at this point in the history
[FIX]:Fixed the typo in comment
  • Loading branch information
moreal authored Oct 24, 2024
2 parents 2ce505f + f6d1ae2 commit ee3e7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mimir/GraphQL/Queries/Query.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public async Task<MetadataDocument> GetMetadataAsync(string collectionName, [Ser
/// <summary>
/// Get an pet state by avatar address.
/// </summary>
/// <param name="avatarAddress">The address of the agent.</param>
/// <param name="avatarAddress">The address of the avatar.</param>
/// <returns>The agent state</returns>
public async Task<PetState> GetPetAsync(Address avatarAddress, [Service] PetRepository repo) =>
(await repo.GetByAvatarAddressAsync(avatarAddress)).Object;
Expand Down

0 comments on commit ee3e7e5

Please sign in to comment.