Skip to content

Commit

Permalink
fix(lifecycle): update max duration minutes to seconds (#1546)
Browse files Browse the repository at this point in the history
feat(lifecycle): update max duration field
  • Loading branch information
RemiBonnet authored Aug 6, 2024
1 parent 563f5c5 commit 73a89cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function TemplateFormSync({

setConfigureData((configureData) => ({
...(configureData ?? {}),
max_duration: template.max_duration_in_minutes,
max_duration: template.max_duration_in_sec,
on_start: startEvent
? {
enabled: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"logrocket": "^8.1.0",
"monaco-editor": "^0.44.0",
"posthog-js": "^1.131.4",
"qovery-typescript-axios": "^1.1.461",
"qovery-typescript-axios": "^1.1.463",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-country-flag": "^3.0.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3887,7 +3887,7 @@ __metadata:
prettier: ^3.2.5
prettier-plugin-tailwindcss: ^0.5.14
pretty-quick: ^4.0.0
qovery-typescript-axios: ^1.1.461
qovery-typescript-axios: ^1.1.463
qovery-ws-typescript-axios: ^0.1.153
react: 18.2.0
react-beautiful-dnd: ^13.1.0
Expand Down Expand Up @@ -19386,12 +19386,12 @@ __metadata:
languageName: node
linkType: hard

"qovery-typescript-axios@npm:^1.1.461":
version: 1.1.461
resolution: "qovery-typescript-axios@npm:1.1.461"
"qovery-typescript-axios@npm:^1.1.463":
version: 1.1.463
resolution: "qovery-typescript-axios@npm:1.1.463"
dependencies:
axios: ^0.27.2
checksum: 9c296ed5604c79facf8555fdbf211762d4f1752238756368179af2ff908d899dd59bd7104f81011e9eb94a332ef84bd662da2f635f5267585eec75ecf4d99c48
checksum: c5c85fcdd4734c400eb579ecff295f6664f29a9a283c6d4c514ccdc7653bdc68de0119258241a32e14711c6bdbbedf687220370baa33d5972fd428368b5aea78
languageName: node
linkType: hard

Expand Down

0 comments on commit 73a89cd

Please sign in to comment.