Skip to content

Commit

Permalink
modules UPDATE uncomment notification container
Browse files Browse the repository at this point in the history
It casued problems in the past because it caused
operational data validation to fail because of
its mandatory leaf. With custom lenient operational
validation it is no longer the case.

Fixes #1536
  • Loading branch information
michalvasko committed Feb 9, 2024
1 parent 512dff7 commit 18ac92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module notifications {
}
}

/*container notification {
container notification {
description "internal struct to start a notification";
config false;

Expand All @@ -90,6 +90,6 @@ module notifications {
}

// eventType and any data content goes here
}*/
}
}

0 comments on commit 18ac92c

Please sign in to comment.