MCPcopy Create free account
hub / github.com/LevelUpWeb3/app / trimErrorMessage

Function trimErrorMessage

src/utils/format.ts:120–122  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

118};
119
120export const trimErrorMessage = (message) => {
121 return message.split("(")[0].trim();
122};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected