Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit dfea6a9

Browse files
committed
removing type
1 parent 0cd5f44 commit dfea6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/nevermined.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ export const NeverminedProvider = ({ children, config, verbose }: NeverminedProv
929929
return agreementId
930930
} catch (error) {
931931
verbose && Logger.error(error);
932-
let errorMessage:string = "Error buying the subscription: "
932+
let errorMessage = "Error buying the subscription: "
933933
if (error instanceof Error) {
934934
errorMessage = errorMessage.concat(errorMessage)
935935
}

0 commit comments

Comments
 (0)