We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14266c commit 950c387Copy full SHA for 950c387
src/data/index.js
@@ -80,6 +80,6 @@ const getARDFeed = async () => {
80
return feed
81
}
82
83
-const ardFeed = await getARDFeed()
+const ardFeed = getARDFeed()
84
85
module.exports = ardFeed
0 commit comments