Skip to content

Commit

Permalink
fix: add force
Browse files Browse the repository at this point in the history
  • Loading branch information
Subilan committed Aug 7, 2024
1 parent e7061f5 commit 661f0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cc/seati/SeatiCore/Utils/LabUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public static CompletableFuture<Boolean> verifyMCID(String playername) {
}

public static CompletableFuture<Void> deleteThis() {
return WebUtil.DELETE(ConfigUtil.getApiHost() + ENDPOINT_DELETE_INSTANCE);
return WebUtil.DELETE(ConfigUtil.getApiHost() + ENDPOINT_DELETE_INSTANCE + "?force=true");
}
}

0 comments on commit 661f0aa

Please sign in to comment.