mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
minor fixes
This commit is contained in:
parent
5ef568ec50
commit
6825b6e625
3 changed files with 2 additions and 3 deletions
|
@ -12,7 +12,7 @@ class TwitterApi {
|
|||
static Future<TwitterUser> lookupUserByName({required String userName}) async {
|
||||
final queryParams = {'user.fields': 'description'};
|
||||
|
||||
final headers = {'authorization': 'Bearer ${secrets.twitterBearerToken}'};
|
||||
final headers = {'authorization': 'Bearer $twitterBearerToken'};
|
||||
|
||||
final uri = Uri(
|
||||
scheme: httpsScheme,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue