homarr-labs / homarr

Use shorthand property syntax for object literals JS-0240
Anti-pattern
Minor
a month ago8 months old
227
228    // act
229    await caller.editProfile({
230      id: id,231      name: "ABC",
232      email: "",
233    });