format changes

This commit is contained in:
ChunkyProgrammer 2025-06-25 23:53:07 -04:00
parent 436f955e0f
commit f8febbe2b2
2 changed files with 8 additions and 8 deletions

View File

@ -39,7 +39,7 @@ def fetch_channel_community_post(ucid, post_id, locale, format, thin_mode)
"2:string" => ucid,
"3:string" => post_id.to_s,
"11:string" => ucid,
}
},
}
params = object.try { |i| Protodec::Any.cast_json(i) }
.try { |i| Protodec::Any.from_json(i) }