Skip to content

Commit

Permalink
CTR add missing require to gremlin-js SetSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole-Greer committed Mar 6, 2024
1 parent f3c551f commit 6bd2c92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*/
'use strict';

const { Buffer } = require('buffer');
module.exports = class SetSerializer {
constructor(ioc, ID) {
this.ioc = ioc;
Expand Down

0 comments on commit 6bd2c92

Please sign in to comment.