Skip to content

Commit

Permalink
fix: change internal to public in entity (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed Feb 6, 2024
1 parent 6a71ff2 commit d79e349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuantConnect.AlphaVantage/TimeSeries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace QuantConnect.AlphaVantage
/// <summary>
/// Alpha Vantage time series model
/// </summary>
internal class TimeSeries
public class TimeSeries
{
[Name("time", "timestamp")]
public DateTime Time { get; set; }
Expand Down

0 comments on commit d79e349

Please sign in to comment.