Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[misc] fixed a JSON stat bug and changed data type of some properties. #95

Merged
merged 4 commits into from
Mar 19, 2019
Merged

[misc] fixed a JSON stat bug and changed data type of some properties. #95

merged 4 commits into from
Mar 19, 2019

Conversation

plainheart
Copy link
Contributor

  • Fixed a JSON stat bug when an application has no configuration option. For Example:
application vod {
    # there are no any option
}
application live {
    # live is off
    live off;
}
  • Some properties like level, compat, channels have an unsuitable data type, so changed it into Number from String

@winshining winshining merged commit a8cf0f3 into winshining:master Mar 19, 2019
@winshining
Copy link
Owner

@plainheart Merged, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants