From dabf5d1f32622fb43a4f49cd7d87c699682b2e5a Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 29 Jun 2024 14:07:58 +0200 Subject: [PATCH] Version 1.3.0.0 - PreRelease MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Hotfix ClientToken Add --- Models/DeviceModel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Models/DeviceModel.cs b/Models/DeviceModel.cs index 0646c73..5259213 100644 --- a/Models/DeviceModel.cs +++ b/Models/DeviceModel.cs @@ -18,7 +18,8 @@ public async Task Insert() { if (!await DatabaseService.CheckIfUserExists(this)) return await DatabaseService.InsertUser(this); - return true; + else + return false; } ///