Skip to content

Commit

Permalink
Merge branch 'master' into budi-8550-s3-upload-signed-url-missing-aws…
Browse files Browse the repository at this point in the history
…-endpoint-when-not
  • Loading branch information
samwho authored Aug 8, 2024
2 parents 5d5ccc8 + 9c6b8cd commit cf488cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.30.0",
"version": "2.30.1",
"npmClient": "yarn",
"packages": [
"packages/*",
Expand Down
1 change: 1 addition & 0 deletions packages/shared-core/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export enum BpmStatusValue {
COMPLETING_ACCOUNT_INFO = "completing_account_info",
VERIFYING_EMAIL = "verifying_email",
COMPLETED = "completed",
FAILED = "failed",
}

export const DEFAULT_BB_DATASOURCE_ID = "datasource_internal_bb_default"

0 comments on commit cf488cb

Please sign in to comment.