Runt
2025-08-29 f2a3965a672fca33831d361872874fec104846d5
libmvi/src/main/java/com/runt/open/mvi/retrofit/Interceptor/OpenInterceptor.java
@@ -33,7 +33,7 @@
public class OpenInterceptor implements Interceptor {
    protected final Charset UTF8 = Charset.forName("UTF-8");
    protected final String ENCRYPT = "encrypt";
    protected final String ENCRYPT = "body";
    @Override
    public Response intercept(Chain chain) throws IOException {