Skip to content

Commit a2355ac

Browse files
committed
Release 0.23.0
1 parent 0f04dc1 commit a2355ac

File tree

1 file changed

+1
-1
lines changed
  • packages/metablock-notebook/src/lib

1 file changed

+1
-1
lines changed

packages/metablock-notebook/src/lib/uid.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let count = 0;
33
const uid = (name: string): string => {
44
count++;
55
return `O-${name}-${count}`;
6-
}
6+
};
77

88

99
export default uid;

0 commit comments

Comments
 (0)