From 17035495acff2baf814e8a16315c85af822dab2e Mon Sep 17 00:00:00 2001 From: bytedream Date: Mon, 20 Nov 2023 21:41:57 +0100 Subject: [PATCH] Add missing api field to device --- src/devices.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices.rs b/src/devices.rs index 9198840..d91d312 100644 --- a/src/devices.rs +++ b/src/devices.rs @@ -31,6 +31,7 @@ pub struct Device { pub id: String, pub account_id: String, + pub profile_id: String, pub client_id: String, pub device_id: String,