Skip to content

Commit 2b61bc3

Browse files
changing name for batch destination (#3138)
1 parent 812b618 commit 2b61bc3

File tree

1 file changed

+1
-1
lines changed
  • packages/destination-actions/src/destinations/batch

1 file changed

+1
-1
lines changed

packages/destination-actions/src/destinations/batch/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Settings } from './generated-types'
33
import updateProfile from './updateProfile'
44

55
const destination: DestinationDefinition<Settings> = {
6-
name: 'Batch',
6+
name: 'Batch (Actions)',
77
slug: 'actions-batch',
88
mode: 'cloud',
99

0 commit comments

Comments
 (0)