Skip to content
Snippets Groups Projects
Commit efffa545 authored by vjrj's avatar vjrj
Browse files

Uncomment cron in dev

parent bc5fa9a5
No related branches found
No related tags found
No related merge requests found
......@@ -363,9 +363,9 @@ class _GinkgoAppState extends State<GinkgoApp> {
() async {
logger('---------- fetchTransactions via cron');
// Disabled to check the back development
if (!inDevelopment) {
fetchTransactions(context);
}
// if (!inDevelopment) {
fetchTransactions(context);
// }
});
if (!kIsWeb && (Platform.isAndroid || Platform.isIOS)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment