-
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
Rename enabled to isarConnected #1489
Conversation
🔔 Changes in database folder detected 🔔 |
@@ -134,7 +134,7 @@ export class BackendAPICaller { | |||
static async getEnabledRobots(): Promise<Robot[]> { | |||
const path: string = 'robots' | |||
const result = await BackendAPICaller.GET<Robot[]>(path).catch(BackendAPICaller.handleError('GET', path)) | |||
return result.content.filter((robot) => robot.enabled) |
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.
Note that the name of this function (getEnabledRobots) hasn't been changed, as this function will be rewritten to sort on deprecated instead in separate PR
🔔 Migrations changes detected 🔔 |
ef77ef6
to
b916506
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
/UpdateDatabase |
👀 Running migration command... 👀 |
✨ Successfully ran migration command! ✨ |
No description provided.