Skip to content

Commit

Permalink
refactor: Update Spinify import in spinify.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Jul 19, 2024
1 parent 483d5a9 commit 02a6cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spinify.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export 'src/model/config.dart';
export 'src/model/exception.dart';
export 'src/model/history.dart';
export 'src/model/jwt.dart';
export 'src/model/metric.dart' show SpinifyMetrics, SpinifyMetrics$Channel;
export 'src/model/metric.dart';
export 'src/model/presence_stats.dart';
export 'src/model/reply.dart';
export 'src/model/state.dart';
Expand Down

0 comments on commit 02a6cab

Please sign in to comment.