Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Mar 28, 2024
1 parent 004abe5 commit d301337
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ export const dataWarehouseSceneLogic = kea<dataWarehouseSceneLogicType>([
}
acc[table.payload.external_data_source.source_type].push(table)
} else {
if (!acc['Manual']) {
acc['Manual'] = []
if (!acc['S3']) {
acc['S3'] = []
}
acc['Manual'].push(table)
acc['S3'].push(table)
}
return acc
}, {})
Expand Down

0 comments on commit d301337

Please sign in to comment.