Skip to content

Commit c9a1587

Browse files
committed
Remove trailing comma as discussed in https://github.com/flowjs/flow.js/pull/82/files#r34870762
1 parent d0bd765 commit c9a1587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
permanentErrors: [404, 415, 500, 501],
9494
successStatuses: [200, 201, 202],
9595
onDropStopPropagation: false,
96-
read: webAPIFileRead,
96+
read: webAPIFileRead
9797
};
9898

9999
/**

0 commit comments

Comments
 (0)