Skip to content

Commit e66c085

Browse files
committed
chore: more simple
1 parent 33ef725 commit e66c085

File tree

1 file changed

+1
-1
lines changed
  • lib/src/main/java/com/github/renovatebot

1 file changed

+1
-1
lines changed

lib/src/main/java/com/github/renovatebot/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ private Main() {
1212

1313
@JSExport
1414
public static String decrypt(String key, String msg) {
15-
final var bytes = msg.getBytes(StandardCharsets.US_ASCII);
15+
final var bytes = "test".getBytes(StandardCharsets.US_ASCII);
1616

1717
return "test" + bytes.length;
1818
}

0 commit comments

Comments
 (0)