decentralised message store

chore: formatting

serenity 773ba094 63f9f158

Changed files
+3 -1
src
lib
+3 -1
src/lib/env.ts
···
console.error(
"Could not parse OWNER_DID environment variable. Ensure that it is set and that it is a valid ATProto DID.",
);
-
console.error("See the example environment variables file for more information. `.example.env` in the project root.")
+
console.error(
+
"See the example environment variables file for more information. `.example.env` in the project root.",
+
);
throw new Error(z.prettifyError(ownerDidParseError));
}
export const OWNER_DID = ownerDidParsed;