Skip to content

Commit

Permalink
fix: Change type to compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Dec 26, 2020
1 parent 9138a30 commit 103a2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tool/env.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dart:convert';
import 'dart:io';

Future<void> main() async {
final Map<String?, String?> config = <String?, String?>{
final Map<String, dynamic> config = <String, dynamic>{
'baseUrl': 'api.themoviedb.org',
'apiKey': Platform.environment['API_KEY_TMDB'],
};
Expand Down

0 comments on commit 103a2a6

Please sign in to comment.