Skip to content

Commit e8380af

Browse files
committed
fix(sync-actions): remove leftover definition
1 parent 3d85430 commit e8380af

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/sync-actions/src/projects-actions.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@ export const businessUnitSearchActionsList = [
3636
},
3737
]
3838

39-
export const searchIndexActionsList = [
40-
{
41-
action: 'changeCustomerSearchStatus',
42-
key: 'status',
43-
},
44-
{
45-
action: 'changeBusinessUnitSearchStatus',
46-
key: 'status',
47-
},
48-
]
49-
5039
export function actionsMapBase(diff, oldObj, newObj, config = {}) {
5140
return buildBaseAttributesActions({
5241
actions: baseActionsList,

0 commit comments

Comments
 (0)