working rss feed to nostr publish
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { getEndpointProperty } from "./getEndpointProperty";
|
||||
export const getEndpointProperties = (properties, options) => Object.entries(properties).reduce((acc, [propertyKey, propertyVal]) => ({
|
||||
...acc,
|
||||
[propertyKey]: getEndpointProperty(propertyVal, options),
|
||||
}), {});
|
||||
Reference in New Issue
Block a user