Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit bd9a2cf

Browse files
Added expect-error to extension initialization
Co-authored-by: Andy Brown <[email protected]>
1 parent 58b8650 commit bd9a2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/pvaPublish/src/node/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function initialize(registration: ExtensionRegistration) {
1313
// TODO: add 'pull' once ready,
1414
};
1515

16-
// @ts-ignore (TODO: remove once auth is integrated and added to publish method signature)
16+
// @ts-expect-error (TODO: remove once auth is integrated and added to publish method signature)
1717
registration.addPublishMethod(extension);
1818
}
1919

0 commit comments

Comments
 (0)