()
| 306 | }; |
| 307 | |
| 308 | const complete = function () { |
| 309 | return handler.update( |
| 310 | { objectId }, |
| 311 | { |
| 312 | status: 'succeeded', |
| 313 | count: { __op: 'Delete' }, |
| 314 | } |
| 315 | ); |
| 316 | }; |
| 317 | |
| 318 | const fail = function (err) { |
| 319 | if (typeof err === 'string') { |
nothing calls this directly
no test coverage detected
searching dependent graphs…