Skip to content

Commit

Permalink
Fixes #36932 - Import buffer in globalIdHelpers.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Nov 20, 2023
1 parent 7493355 commit 29d1bd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* The GlobalID contains a version number, model class and the id itself, put
* together into a single string and encoded as base64.
*/
import { Buffer } from 'buffer';

const idSeparator = '-';
const versionSeparator = ':';
Expand Down

0 comments on commit 29d1bd9

Please sign in to comment.