Skip to content

Commit

Permalink
fix: Live organization import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Apr 2, 2024
1 parent aba8a5e commit e5d12c0
Show file tree
Hide file tree
Showing 8 changed files with 238 additions and 152 deletions.
2 changes: 2 additions & 0 deletions wrestling_scoreboard_common/lib/src/services/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ enum WrestlingApiProvider {

/// Abstraction for providing an api interface.
abstract class WrestlingApi {
final timeout = Duration(seconds: 10);

set isMock(bool isMock);

Organization get organization;
Expand Down
Loading

0 comments on commit e5d12c0

Please sign in to comment.