Skip to content

Commit 2fe0c00

Browse files
authored
Merge pull request #17 from utkarsh-pro/utkarsh-pro/fix/16
Fix issue #16
2 parents 8222f0a + 9aa5cc7 commit 2fe0c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const CUSTOM_TS: &'static str = r#"
3232
export interface SnowflakeOpts {
3333
custom_epoch?: number;
3434
instance_id?: number;
35-
};
35+
}
3636
"#;
3737

3838
//// HELPER TYPES //////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)