Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
Add missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
GEOFBOT committed Jun 12, 2017
1 parent c9fa75e commit deb22ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getEmojiUrl.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

const utils = require("../utils");
const util = require("util");

module.exports = function() {
return function getEmojiUrl(c, size, pixelRatio) {
Expand Down

0 comments on commit deb22ff

Please sign in to comment.