contentful-scheduler-custom 1.5.6992 → 1.5.6993
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/contentful/scheduler/queue.rb +2 -2
- data/lib/contentful/scheduler/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a43ff62f5157cb5c54639fca9253c059443b65fa
|
4
|
+
data.tar.gz: 182432d42472ffbfe57187a8c5b382fbaf684801
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3eaefac15de463a51df7e4539c3ee2016f6f00b0ba50f75a4c89ed3da6c056bcfec5f3106e2bf2e7932fe120d17f0e0dac3a39bbb3fdd44e4a88b406b648eb5
|
7
|
+
data.tar.gz: 04e1b7460546b528b47c69d2b3e26c7ecc97eabd23d7e1018ce6a167a2615a76e58b509d945190534701b8810c95146203c2939906d6a9fb98ff33d00abd507c
|
@@ -114,8 +114,8 @@ module Contentful
|
|
114
114
|
return false unless spaces.key?(webhook.space_id)
|
115
115
|
log.info "inside unpublishable next to return"
|
116
116
|
if webhook_unpublish_field?(webhook)
|
117
|
-
log.info "inside unpublishable next to return 1st cond.
|
118
|
-
log.info "inside unpublishable next to return 2nd cond
|
117
|
+
log.info "inside unpublishable next to return 1st cond."
|
118
|
+
log.info "inside unpublishable next to return 2nd cond}"
|
119
119
|
return !webhook_unpublish_field(webhook).nil? && unpublish_is_future?(webhook)
|
120
120
|
end
|
121
121
|
|