Skip to content

Commit fd5ee0b

Browse files
committed
fix VideoLinksError name
1 parent 63c6452 commit fd5ee0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/videolinks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class ParseError extends Error {
3434
name: string = "ParseError";
3535
};
3636
export class VideoLinksError extends Error {
37-
name: string = "ParseError";
37+
name: string = "VideoLinksError";
3838
};
3939

4040
export interface VideoLinksParseParams {

0 commit comments

Comments
 (0)