Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed Jun 26, 2024
1 parent 644f0a4 commit d291e21
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,9 @@ public String callMoodleAPIFunction(
@Override
public String uploadMultiPart(
final String uploadEndpoint,
final MultiValueMap<String, Object> multiPartAttributes,
final MultiValueMap<String, String> queryAttributes) {
final String quizId,
final String fileName,
final byte[] configData) {
throw new UnsupportedOperationException("Not supported yet");
}

Expand Down

0 comments on commit d291e21

Please sign in to comment.