Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored Nov 8, 2023
1 parent 54b0298 commit 5529f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/random/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const cl = require('aepl');

cl.init("random");

module.exports = new random;
module.exports = random;

const compile = require('./compile');
compile('functions');
Expand Down

0 comments on commit 5529f44

Please sign in to comment.