We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed7a91 commit e4e7f26Copy full SHA for e4e7f26
1 file changed
server/models/device_instance.py
@@ -95,7 +95,7 @@ def getLatest(self):
95
def getFavorite(self):
96
return self._fetchall("""
97
SELECT * FROM Devices
98
- HERE devFavorite = 1
+ WHERE devFavorite = 1
99
""")
100
101
def getNetworkTopology(self):
0 commit comments