Skip to content

Commit 0238cac

Browse files
committed
fix: refresh true
1 parent 0428f23 commit 0238cac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/services/WorkPeriodProcessorService.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function processCreate (message, transactionId) {
3434
body: {
3535
doc: { workPeriods }
3636
},
37-
refresh: true
37+
refresh: 'true'
3838
})
3939
}
4040

@@ -144,7 +144,7 @@ async function processUpdate (message, transactionId) {
144144
body: {
145145
doc: { workPeriods }
146146
},
147-
refresh: true
147+
refresh: 'true'
148148
})
149149
}
150150

@@ -184,7 +184,7 @@ async function processDelete (message, transactionId) {
184184
body: {
185185
doc: { workPeriods }
186186
},
187-
refresh: true
187+
refresh: 'true'
188188
})
189189
}
190190

0 commit comments

Comments
 (0)