working rss feed to nostr publish
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.resolveUserAgentConfig = void 0;
|
||||
function resolveUserAgentConfig(input) {
|
||||
return {
|
||||
...input,
|
||||
customUserAgent: typeof input.customUserAgent === "string" ? [[input.customUserAgent]] : input.customUserAgent,
|
||||
};
|
||||
}
|
||||
exports.resolveUserAgentConfig = resolveUserAgentConfig;
|
||||
Reference in New Issue
Block a user