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

Fix bug in module schema #124

Merged
8 commits merged into from
Oct 27, 2023
Merged

Fix bug in module schema #124

8 commits merged into from
Oct 27, 2023

Conversation

ghost
Copy link

@ghost ghost commented Oct 26, 2023

Purpose

Schema keys was compared with StartsWith such that first if statement was always hit.

Changes

  • Fixed if statement to compare by whole key
  • Added a job which cleans up wrong state

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

@ghost ghost requested a review from shjortConcordium October 26, 2023 15:19
backend/CHANGELOG.md Outdated Show resolved Hide resolved
@ghost ghost merged commit eb7d009 into main Oct 27, 2023
1 check passed
@ghost ghost deleted the cbw-1253/fix-schema branch October 27, 2023 07:08
This pull request was closed.
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.

1 participant