Skip to content

Commit

Permalink
Update Strings.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
versx authored Mar 12, 2021
1 parent 3d9f42d commit 4b77997
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ __ __ ___. .__ __
public const string AppleMaps = "https://maps.apple.com/maps?daddr={0},{1}";
public const string WazeMaps = "https://waze.com/ul?ll={0},{1}&navigate=yes";

public const string DiscordsFolder = "discords";
public const string GeofenceFolder = "geofences";
public const string AlarmsFolder = "alarms";
public const string AlertsFolder = "alerts";
Expand Down Expand Up @@ -204,4 +203,4 @@ public class PokemonGenerationRange
/// </summary>
public int End { get; set; }
}
}
}

0 comments on commit 4b77997

Please sign in to comment.