Skip to content

Commit

Permalink
Version 1.3.0.0 - PreRelease
Browse files Browse the repository at this point in the history
• Hotfix ClientToken Add
  • Loading branch information
androidseb25 committed Jun 29, 2024
1 parent 35cb189 commit dabf5d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Models/DeviceModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ public async Task<bool> Insert()
{
if (!await DatabaseService.CheckIfUserExists(this))
return await DatabaseService.InsertUser(this);
return true;
else
return false;
}

/// <summary>
Expand Down

0 comments on commit dabf5d1

Please sign in to comment.