Skip to content

Commit bbc987a

Browse files
committed
Update src/urlList.example added options
1 parent 6cc5e90 commit bbc987a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/urlList.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ const _urlList = [
44
"https://www.emptywork.my.id"
55
];
66

7-
export { _urlList as urlList };
7+
const _options = {
8+
}
9+
10+
export { _urlList as urlList, _options as options };

0 commit comments

Comments
 (0)