Skip to content

Commit

Permalink
Merge pull request #214 from LezdCS/fix/dashboard-message
Browse files Browse the repository at this point in the history
Fix/dashboard message
  • Loading branch information
LezdCS authored Jun 27, 2024
2 parents 56d1902 + 739c238 commit 04a07e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/core/utils/dashboard_events.dart
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Map<SupportedEvents, ExistingDashboardEvent> dashboardEvents = {
String channel =
Get.find<HomeViewController>().twitchData!.twitchUser.login;
Get.find<HomeViewController>()
.sendChatMessage(v.substring(1, v.length - 1), channel);
.sendChatMessage(v, channel);
},
),
// SupportedEvents.twitchFollowerOnly: ExistingDashboardEvent(
Expand Down
1 change: 0 additions & 1 deletion lib/src/data/repositories/twitch_repository_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'dart:io';

import 'package:dio/dio.dart';
import 'package:firebase_remote_config/firebase_remote_config.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter_web_auth/flutter_web_auth.dart';
import 'package:get_storage/get_storage.dart';
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: 2.4.1+59
version: 2.4.2+60

environment:
sdk: '>=2.19.0-0 <4.0.0'
Expand Down

0 comments on commit 04a07e1

Please sign in to comment.