Skip to content

Commit 798c9d8

Browse files
authored
Merge pull request #595 from frknbasaran/next
[populator] bugfix
2 parents c4fb057 + 734af0f commit 798c9d8

File tree

1 file changed

+2
-1
lines changed
  • plugins/populator/frontend

1 file changed

+2
-1
lines changed

plugins/populator/frontend/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
var plugin = {},
22
countlyConfig = require("../../../frontend/express/config"),
3-
path = require('path');
3+
path = require('path'),
4+
fs = require('fs');
45

56
(function (plugin) {
67
plugin.init = function(app, countlyDb){

0 commit comments

Comments
 (0)