removed unneeded `jwt` variable from `LemmyAPI`

This commit is contained in:
krawieck 2020-08-04 17:49:46 +02:00
parent f75bc05a01
commit a54325649f
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@ class LemmyAPI {
/// url of this lemmy instance
String instanceUrl;
/// JSON Web Token (https://jwt.io)
String jwt;
V1 v1;
/// initialize lemmy api instance