Skip to content

Commit 7f40dfe

Browse files
committed
dummy implementation for ocif package
1 parent a9370f4 commit 7f40dfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/ocif/src/lib/ocif.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export const ocif = () => {};
1+
export const ocif = () => {
2+
return true;
3+
};
24

35
export const ocifSchema = 'https://canvasprotocol.org/ocif/';
46
export const ocifVersion = '0.3';

0 commit comments

Comments
 (0)