Skip to content

Commit

Permalink
fixes #14 - Changed the method Procedure to 'getmyProjects' when logi…
Browse files Browse the repository at this point in the history
…n in
  • Loading branch information
Jeoxs committed Sep 1, 2021
1 parent 6d8c5d3 commit 986bea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/providers/auth_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class AuthProvider {

final Map<String, dynamic> parameters = {
"jsonrpc": "2.0",
"method": "getAllProjects",
"method": "getmyProjects",
"id": 2134420212
};

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.3+28
version: 1.1.4+30

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down

0 comments on commit 986bea7

Please sign in to comment.