V0.7.2.a Arroyo Toad

Fixed a bug about getting IDs
This commit is contained in:
Christian Risi 2024-12-11 12:43:19 +00:00
parent 8c3b36967f
commit 9dbde70406

View File

@ -92,7 +92,7 @@ public actor DeviceFactory {
throw CoreError.FinishedIDs
}
return DeviceFactory.availableIDs.removeFirst()
return DeviceFactory.availableIDs.first!
}
}