-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes scheduler reminders app (#241)
* fixes reminders Signed-off-by: Elena Kolevska <[email protected]> * removes unnecessary context Signed-off-by: Elena Kolevska <[email protected]> * cleanup Signed-off-by: Elena Kolevska <[email protected]> * Uses stub for actor method calls Signed-off-by: Elena Kolevska <[email protected]> * More cleanup Signed-off-by: Elena Kolevska <[email protected]> * reorganises code to follow structure in other examples Signed-off-by: Elena Kolevska <[email protected]> * nil check Signed-off-by: Elena Kolevska <[email protected]> * Apply suggestions from code review Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> * clean up err check Signed-off-by: Elena Kolevska <[email protected]> * duh Signed-off-by: Elena Kolevska <[email protected]> --------- Signed-off-by: Elena Kolevska <[email protected]> Signed-off-by: Elena Kolevska <[email protected]> Co-authored-by: Cassie Coyle <[email protected]>
- Loading branch information
1 parent
b0653a0
commit 561ea0c
Showing
8 changed files
with
252 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,3 +86,6 @@ bld/ | |
|
||
# VS Code | ||
.vscode/ | ||
|
||
# JetBrains | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.