Let multiple installations be updates if no critical values are set (#3040)

* Let multiple installations be updates if no critical values are set

* nits
This commit is contained in:
Florent Vilmart
2016-11-28 13:11:54 -05:00
committed by GitHub
parent b6fb3d8d51
commit 6676c6a4b9
3 changed files with 69 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import { ParsePubSub } from './ParsePubSub';
import Parse from 'parse/node';
import logger from '../logger';
class ParseCloudCodePublisher {