-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Fix handling of kwargs in skip_raw decorator #396
When calling post_save with Service, we call out to save_project, but did not handle some of our required parameters correctly - Change functions to all kwargs to hopefully catch errors in the future - Default raw=False in our wrapper to match post_save.send
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 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