mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
add return to a helper js function
This commit is contained in:
parent
8e81845069
commit
98840a0226
4 changed files with 4 additions and 4 deletions
|
@ -195,7 +195,7 @@ export async function convert_body_inner(body) {
|
|||
}
|
||||
|
||||
export function entries_of_object_inner(obj) {
|
||||
Object.entries(obj).map(x => x.map(String))
|
||||
return Object.entries(obj).map(x => x.map(String));
|
||||
}
|
||||
|
||||
export function define_property(obj, k, v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue