Skip to content

Commit ac9fb1e

Browse files
committed
added clarity to the error messages
1 parent fd4dbab commit ac9fb1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/http/post-index/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ exports.handler = async function http(req) {
157157
error = {
158158
error:
159159
errorMessages[e.message] +
160-
" Try Again. ⚡⚡⚡New version of TVDL is out. Download at: tvdl.app",
160+
" Try Again. ⚡⚡⚡New version of TVDL is out. Download at our website: tvdl.app",
161161
};
162162
} else {
163163
error = {
164164
error:
165-
"An unexpected error occurred. ⚡⚡⚡New version of TVDL is out. Download at: tvdl.app",
165+
"An unexpected error occurred. ⚡⚡⚡New version of TVDL is out. Download at our website: tvdl.app",
166166
};
167167
}
168168

0 commit comments

Comments
 (0)