This commit is contained in:
Douglas Barone 2022-06-20 19:58:18 +00:00
parent 86354c9f2a
commit e65b0c83d0

View File

@ -15,7 +15,7 @@ const WifiDevice = {
})
).user,
usage: parent => parent.usage?.toString(),
usage: parent => (parent.usage ? parent.usage.toString() : 0),
accessPoint: async parent => {
try {