mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-02 14:10:40 +00:00
Add missed comma and adjust code formatting
This commit is contained in:
parent
33dd6d3ad4
commit
f764e0f436
6
index.js
6
index.js
@ -661,11 +661,11 @@ module.exports = {
|
||||
Instabug.setViewHirearchyEnabled(viewHirearchyEnabled);
|
||||
},
|
||||
|
||||
setSurveysEnabled: function(surveysEnabled) {
|
||||
setSurveysEnabled: function (surveysEnabled) {
|
||||
Instabug.setSurveysEnabled(surveysEnabled)
|
||||
},
|
||||
|
||||
showSurveysIfAvailable: function() {
|
||||
showSurveysIfAvailable: function () {
|
||||
Instabug.showSurveysIfAvailable()
|
||||
},
|
||||
|
||||
@ -691,7 +691,7 @@ module.exports = {
|
||||
|
||||
Instabug.setDidDismissSurveyHandler(didDismissSurveyHandler);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* The event used to invoke the feedback form
|
||||
|
Loading…
x
Reference in New Issue
Block a user