-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix various tracking issues #1970
Conversation
12e8575
to
bcce39f
Compare
f8b2b4c
to
7f5dd5c
Compare
e93cadb
to
7f067d2
Compare
7f067d2
to
b23cd23
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Too
@@ -101,7 +102,7 @@ public async Task<RobotModel> Update(RobotModel robotModel) | |||
return robotModel; | |||
} | |||
|
|||
public void DetachTracking(RobotModel robotModel) | |||
public void DetachTracking(FlotillaDbContext context, RobotModel robotModel) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you pass context but use _context instead
Ready for review checklist: