mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
fixed let -> const
This commit is contained in:
@@ -61,7 +61,7 @@ async function processBatch(Model, documents) {
|
||||
|
||||
// Group all the action summaries together from all the different group
|
||||
// ids.
|
||||
let groupedActionSummaries = actionSummaries.reduce((acc, actionSummary) => {
|
||||
const groupedActionSummaries = actionSummaries.reduce((acc, actionSummary) => {
|
||||
|
||||
// action_type is already snake cased (as it would have had to be when it
|
||||
// was inserted in the database).
|
||||
|
||||
Reference in New Issue
Block a user