Skip to content

Commit

Permalink
chore: change name to camelcase
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Oct 4, 2024
1 parent 5ed43ca commit 7bd50b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/common/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const serdes = require('./serdes');
const uuid = require('./uuid');
const createData = require('./create-data');
const createData = require('./createData');
module.exports = { ...serdes, ...uuid, ...createData };

0 comments on commit 7bd50b7

Please sign in to comment.