Remove test code

This commit is contained in:
Manav Rathi
2024-07-31 09:56:45 +05:30
parent 1ae0f9723c
commit b69d23028b

View File

@@ -95,7 +95,6 @@ const parseInitData = (data: unknown) => {
if (
data &&
typeof data == "object" &&
"userDataPateh" in data &&
"userDataPath" in data &&
typeof data.userDataPath == "string"
) {