Skip to content

Commit

Permalink
minor commit to check publish
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment committed Apr 5, 2024
1 parent 79cdd99 commit b124efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/errors.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CustomError } from 'ts-custom-error'

/**
* Error due to generic misconfiguration of user settings.
* Error due to generic misconfiguration of user settings
* Should include a user-friendly message, an error reason and status code.
* - 4xx errors are not automatically retried, except for 408, 423, 429
* - 5xx are automatically retried, except for 501
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const destination: DestinationDefinition<Settings> = {
name: '1plusX',
slug: 'actions-1plusx',
mode: 'cloud',
// No authentication required for 1plusX Data Collection API
// There is no authentication required for 1plusX Data Collection API
authentication: {
scheme: 'custom',
fields: {
Expand Down

0 comments on commit b124efd

Please sign in to comment.