(data, applicationId = Parse.applicationId)
| 1033 | } |
| 1034 | |
| 1035 | export function runLiveQueryEventHandlers(data, applicationId = Parse.applicationId) { |
| 1036 | if (!_triggerStore || !_triggerStore[applicationId] || !_triggerStore[applicationId].LiveQuery) { |
| 1037 | return; |
| 1038 | } |
| 1039 | _triggerStore[applicationId].LiveQuery.forEach(handler => handler(data)); |
| 1040 | } |
| 1041 | |
| 1042 | export function getRequestFileObject(triggerType, auth, fileObject, config) { |
| 1043 | const request = { |
no outgoing calls
no test coverage detected
searching dependent graphs…