Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIL-390] Handle threshold bigger than 2 #244

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Filip-L
Copy link
Collaborator

@Filip-L Filip-L commented Nov 13, 2024

No description provided.

@Filip-L Filip-L changed the title [FIL-390] Handle thresgold bigger than 2 [FIL-390] Handle threshold bigger than 2 Nov 13, 2024
@Filip-L Filip-L force-pushed the FIL-390-handle-threshold-bigger-than-2 branch from cfb5768 to 49a3975 Compare November 14, 2024 09:02
@@ -129,8 +129,8 @@ pub async fn propose(
)
.await
{
Ok(app) => HttpResponse::Ok().body(serde_json::to_string_pretty(&app).unwrap()),
Err(_) => HttpResponse::BadRequest().body("Application is not in the correct state"),
Ok(_) => HttpResponse::Ok().body(serde_json::to_string_pretty("Success").unwrap()),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure this is OK for FE?

@@ -241,8 +241,8 @@ pub async fn approve(
)
.await
{
Ok(app) => HttpResponse::Ok().body(serde_json::to_string_pretty(&app).unwrap()),
Err(_) => HttpResponse::BadRequest().body("Application is not in the correct state"),
Ok(_) => HttpResponse::Ok().body(serde_json::to_string_pretty("Success").unwrap()),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure this is OK for FE?

@Filip-L Filip-L force-pushed the FIL-390-handle-threshold-bigger-than-2 branch from 218479c to 33eea61 Compare November 15, 2024 12:13
@Filip-L Filip-L deployed to production-fidl November 15, 2024 12:14 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants