fanforce-app-factory 1.6.3 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,15 +17,15 @@ class FanforceApp::Sinatra
|
|
|
17
17
|
end
|
|
18
18
|
|
|
19
19
|
def route_archive_initiative_callback
|
|
20
|
-
json status: 'finished
|
|
20
|
+
json status: 'finished'
|
|
21
21
|
end
|
|
22
22
|
|
|
23
23
|
def route_destroy_initiative_callback
|
|
24
|
-
json status: 'finished
|
|
24
|
+
json status: 'finished'
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
def route_autocreate_initiative_callback
|
|
28
|
-
json status: 'finished
|
|
28
|
+
json status: 'finished'
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
end
|
|
@@ -23,7 +23,7 @@ class FanforceApp::Sinatra
|
|
|
23
23
|
$Redis.set("installed:app-#{ff.params[:app_id]}:#{params[:organization_id]}", params[:api_key])
|
|
24
24
|
ff.auth(params[:api_key])
|
|
25
25
|
|
|
26
|
-
json status: 'finished
|
|
26
|
+
json status: 'finished'
|
|
27
27
|
end
|
|
28
28
|
|
|
29
29
|
def route_uninstall_callback
|
|
@@ -36,7 +36,7 @@ class FanforceApp::Sinatra
|
|
|
36
36
|
end
|
|
37
37
|
|
|
38
38
|
$Redis.del("installed:app-#{ff.params[:app_id]}:#{params[:organization_id]}")
|
|
39
|
-
json status: 'finished
|
|
39
|
+
json status: 'finished'
|
|
40
40
|
end
|
|
41
41
|
|
|
42
42
|
def route_ping_pong
|