File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def push_organization_to_firebase(organization_id: int):
7171 else :
7272 if fb_organization is None :
7373 logger .error (
74- "push_to_firebase found did not find organization in firebase when updating a organization" ,
74+ "push_to_firebase did not find organization in firebase when updating a organization" ,
7575 extra = log_extra ({"organization" : organization .pk }),
7676 )
7777 raise InvalidOrganizationPushException
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ def push_to_firebase(self):
384384 else :
385385 if fb_project is None :
386386 logger .error (
387- "push_to_firebase found did not find project in firebase when updating a project" ,
387+ "push_to_firebase did not find project in firebase when updating a project" ,
388388 extra = log_extra ({"project" : self .project .pk }),
389389 )
390390 raise InvalidProjectPushException
You can’t perform that action at this time.
0 commit comments