Skip to content

Commit

Permalink
Moved the GOOGLE_ADS enum value to preserve the alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
srodriguezinfragistics committed Sep 25, 2024
1 parent 8f1ebec commit ed2539b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Reveal.Sdk.Dom/Data/Enums/DataSourceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public enum DataSourceProvider
[EnumMember(Value = "DROPBOXPROVIDER")]
Dropbox,

[EnumMember(Value = "GOOGLE_ADS")]
GoogleAds,

[EnumMember(Value = "GOOGLE_ANALYTICS")]
GoogleAnalytics,

Expand Down Expand Up @@ -120,8 +123,5 @@ public enum DataSourceProvider

[EnumMember(Value = "WEBSERVICE")]
WebService,

[EnumMember(Value = "GOOGLE_ADS")]
GoogleAds,
}
}

0 comments on commit ed2539b

Please sign in to comment.