remove forced null to mapper param

This commit is contained in:
Jacson Passold 2018-10-05 13:31:12 -03:00
parent 3370e7c601
commit bb91734f53
1 changed files with 0 additions and 1 deletions

View File

@ -254,7 +254,6 @@ export const updateCollection = ({ commit }, {
export const sendCollection = ( { commit }, collection) => {
return new Promise(( resolve, reject ) => {
let param = collection;
param['mapper'] = null;
param[tainacan_plugin.exposer_mapper_param] = collection.mapper;
axios.tainacan.post('/collections/', param)
.then( res => {