Skip to content

Commit

Permalink
Update: enable FunctionOverride.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysab committed Nov 30, 2022
1 parent 4900558 commit 6f24f47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/override/init.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import 'package:kite/network/session.dart';

import 'cache.dart';
import 'interface.dart';
import 'mock.dart';
import 'service.dart';

class FunctionOverrideInit {
Expand All @@ -34,7 +33,7 @@ class FunctionOverrideInit {
storageDao: storageDao,
);
// TODO: Temporarily disabled for I18n development
cachedService = FunctionOverrideDisabled();
// cachedService = FunctionOverrideDisabled();
// cachedService = FunctionOverrideMock();
}
}

0 comments on commit 6f24f47

Please sign in to comment.