Skip to content

Commit c5c8f22

Browse files
author
Valentin Vetter
committed
cleanup(stub): remove unused argument
1 parent fbb8eb8 commit c5c8f22

File tree

1 file changed

+1
-1
lines changed
  • runner/src/main/resources/view

1 file changed

+1
-1
lines changed

runner/src/main/resources/view/stub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function load() {
4747
stub = await response.text()
4848
document.getElementById('stubInput').value = stub
4949

50-
refreshStub('java')
50+
refreshStub()
5151
}
5252

5353
async function save() {

0 commit comments

Comments
 (0)