Skip to content

Commit 9eb21d8

Browse files
feat: build for release
1 parent bc3e515 commit 9eb21d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connpass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const options = {
1111
};
1212
const request = async (api) => (await (0, node_fetch_1.default)(`${baseUrl}${api}`, options)).json();
1313
const getEvents = (options) => {
14-
return request(`/events?${encodeURI(Object.entries(options)
14+
return request(`/event?${encodeURI(Object.entries(options)
1515
.map(([key, value]) => `${key}=${value}`)
1616
.join("&"))}`);
1717
};

0 commit comments

Comments
 (0)