Skip to content

Commit

Permalink
feat(tem): rename product from TEM to TransactionalEmail for clarity (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzius authored Oct 27, 2022
1 parent 2f04309 commit 41f8272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clients/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export * as RDB from './rdb'
export * as Redis from './redis'
export * as Registry from './registry'
export * as Test from './test'
export * as TEM from './tem'
export * as TransactionalEmail from './tem'
export * as VPC from './vpc'
export * as VPCGW from './vpcgw'

0 comments on commit 41f8272

Please sign in to comment.