Skip to content

Commit

Permalink
Merge pull request #55 from Shudrum/add-missing-worker
Browse files Browse the repository at this point in the history
Remove worker fixes
  • Loading branch information
Shudrum authored Oct 13, 2019
2 parents aef434c + cb78c7c commit f804059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/collections/_workers/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: content
title: Workers - Remove
---

# filter(paths)
# remove(paths)

Remove the properties listed on the `paths` argument array from the container's body

Expand Down
2 changes: 2 additions & 0 deletions workers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const forwardedHost = require('./forwardedHost');
const mergeBody = require('./mergeBody');
const project = require('./project');
const mergeHeaders = require('./mergeHeaders');
const remove = require('./remove');
const routeMatch = require('./routeMatch');
const statusCode = require('./statusCode');
const waitFor = require('./waitFor');
Expand All @@ -22,6 +23,7 @@ module.exports = {
mergeBody,
project,
mergeHeaders,
remove,
routeMatch,
statusCode,
waitFor,
Expand Down

0 comments on commit f804059

Please sign in to comment.