Skip to content

Commit 45c8d56

Browse files
committed
fix: workflows fix
1 parent 0229fab commit 45c8d56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/inhahackers/optmo_user_be/function/IncreaseElecFunction.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public HttpResponseMessage run(
2525
@HttpTrigger(
2626
name = "increaseelec",
2727
methods = {HttpMethod.POST},
28-
authLevel = AuthorizationLevel.ANONYMOUS,
29-
dataType = "application/json")
28+
authLevel = AuthorizationLevel.ANONYMOUS)
3029
HttpRequestMessage<Optional<String>> request,
3130
final ExecutionContext context) {
3231

0 commit comments

Comments
 (0)