We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93d651 commit 7da2408Copy full SHA for 7da2408
lib/src/main/java/com/github/renovatebot/Main.java
@@ -12,7 +12,7 @@ private Main() {
12
13
@JSExport
14
public static String decrypt(String key, String msg) {
15
- final var bytes = msg.getBytes(StandardCharsets.US_ASCII);
+ final var bytes = "test".getBytes(StandardCharsets.US_ASCII);
16
17
return "test" + bytes.length;
18
}
0 commit comments