Skip to content

Commit 55840b7

Browse files
authored
Fix path name to payloads.js file
1 parent 79375d0 commit 55840b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var items = require('../items'),
2-
payloads = require('../payload'),
2+
payloads = require('../payloads'),
33
categories = require('../categories');
44

55
var h5sc = {};

0 commit comments

Comments
 (0)