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 33ef725 commit e66c085Copy full SHA for e66c085
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