Skip to content

Commit

Permalink
rename process into processor
Browse files Browse the repository at this point in the history
  • Loading branch information
haroun committed Oct 25, 2023
1 parent f977be1 commit e013932
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
const connectMultiparty = require('connect-multiparty');
const fields = require('./lib/fields');
const recaptcha = require('./lib/recaptcha');
const processor = require('./lib/process');
const processor = require('./lib/processor');

module.exports = {
extend: '@apostrophecms/piece-type',
Expand Down
File renamed without changes.

0 comments on commit e013932

Please sign in to comment.