Skip to content

Commit

Permalink
fix issue #249 #260 #273 #274 #290 #294
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-thomas committed Oct 3, 2022
1 parent ed8c039 commit 729e660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export async function exportDocument(callback, self, field, index_doc, index){
self = this;


if(!(await idx.export(callback, self, index ? field.replace(":", "-") : "", index_doc, index++))){
if(!(await idx.export(callback, self, index ? field/*.replace(":", "-")*/ : "", index_doc, index++))){

index_doc++;
index = 1;
Expand Down

0 comments on commit 729e660

Please sign in to comment.