Skip to content

Commit

Permalink
Need LightXML 0.9.1 since 0.9.0 has a parsing bug in parse_string
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesmoon committed Dec 6, 2023
1 parent e5cf996 commit de82123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DataFrames = "1.6.1"
Formatting = "0.4.2"
HTTP = "1.9.15"
JSON = "0.21.4"
LightXML = "0.9.0"
LightXML = "0.9.1"
TimeZones = "1.13.0"
julia = "1.6"

Expand Down
3 changes: 2 additions & 1 deletion src/Alert.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export
"""
Fetches an Alert object from the mPulse repository
At least one of `alertID` or `alertName` must be passed in to identify the alert.
At least one of `alertID` or `alertName` must be passed in to identify the alert. If neither are passed in,
then all alerts for the tenant are returned.
The alert will be cached in memory for 1 hour, so subsequent calls using a matching `alertID` return
quickly without calling out to the API. This can be a problem if the alert changes in the repository.
Expand Down

0 comments on commit de82123

Please sign in to comment.