Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit cb2fa1d

Browse files
flash2048ryanisgrig
authored andcommitted
Remove a possible recursive property call (#1736)
1 parent 5cec33e commit cb2fa1d

File tree

1 file changed

+0
-5
lines changed
  • skills/src/csharp/pointofinterestskill/pointofinterestskill/Models/Foursquare

1 file changed

+0
-5
lines changed

skills/src/csharp/pointofinterestskill/pointofinterestskill/Models/Foursquare/Photo.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ public string AbsoluteUrl
3737
{
3838
return string.Format($"{{0}}{{1}}x{{2}}{{3}}", Prefix, Width, Height, Suffix);
3939
}
40-
41-
set
42-
{
43-
AbsoluteUrl = value;
44-
}
4540
}
4641
}
4742
}

0 commit comments

Comments
 (0)