chore: Update and fix the things

This commit is contained in:
J H
2024-03-28 10:40:47 -06:00
parent f41f5ebebd
commit 65ca038eee
9 changed files with 15 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ export const checkWebUrl = async (
.then(
(x) =>
({
status: "passing",
status: "success",
message: successMessage,
}) as const,
)