-
Notifications
You must be signed in to change notification settings - Fork 25
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 <elena@kolevska.com> * removes unnecessary context Signed-off-by: Elena Kolevska <elena@kolevska.com> * cleanup Signed-off-by: Elena Kolevska <elena@kolevska.com> * Uses stub for actor method calls Signed-off-by: Elena Kolevska <elena@kolevska.com> * More cleanup Signed-off-by: Elena Kolevska <elena@kolevska.com> * reorganises code to follow structure in other examples Signed-off-by: Elena Kolevska <elena@kolevska.com> * nil check Signed-off-by: Elena Kolevska <elena@kolevska.com> * Apply suggestions from code review Co-authored-by: Cassie Coyle <cassie.i.coyle@gmail.com> Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com> * clean up err check Signed-off-by: Elena Kolevska <elena@kolevska.com> * duh Signed-off-by: Elena Kolevska <elena@kolevska.com> --------- Signed-off-by: Elena Kolevska <elena@kolevska.com> Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com> Co-authored-by: Cassie Coyle <cassie.i.coyle@gmail.com>
- 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.