Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoJAzevedo committed Oct 31, 2019
1 parent e6c5540 commit c2125e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/OutsystemsFirebasewithDynamicLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ module.exports = {

startTrace: function (name, success, error) {
FirebasePlugin.startTrace(name, success, error);
}
},

forceCrashlytics: function (success, error) {
FirebasePlugin.forceCrashlytics(success, error);
},
}
};

0 comments on commit c2125e7

Please sign in to comment.