uc3-dmp-api-core 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/uc3-dmp-api-core/responder.rb +1 -1
- data/lib/uc3-dmp-api-core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ccb9f74dc7a84cce5b0d2efb7c4755c856d8b3dde24d0fb5d2e8576d3ccd6dc
|
4
|
+
data.tar.gz: 93aab052eb9761a83c3e27a92d25d863473c3b2d121266d1826e136977f1e482
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d08ab473241901017b84572788b7618b6a6d73d2a23208e799c405182190d75fc3a88573d83f4268d037f3d388505a36f7818bd3c403f4878ac2ca8b033c9e0
|
7
|
+
data.tar.gz: 7b5274264db61d0781238f777b0cba675cbcd36656128a2b5ee32e52696bfa35a6538a78bf49e69bf8a0108de5ac29761a212cc6936273a2ec4b4702ba070015
|
@@ -44,7 +44,7 @@ module Uc3DmpApiCore
|
|
44
44
|
body = body.merge(Paginator.pagination_meta(url: url, item_count: item_count, params: args))
|
45
45
|
|
46
46
|
# If this is a server error, then notify the administrator!
|
47
|
-
|
47
|
+
LogWriter.log_error(source: url, message: errors, details: body, event: args[:event]) if status.to_s[0] == '5'
|
48
48
|
|
49
49
|
{ statusCode: status.to_i, body: body.compact.to_json, headers: headers }
|
50
50
|
rescue StandardError => e
|