mirror of
https://github.com/dergigi/boris.git
synced 2025-12-16 22:24:25 +01:00
fix: remove unused events variable in useArticleLoader
This commit is contained in:
@@ -201,7 +201,7 @@ export function useArticleLoader({
|
||||
'#d': [pointer.identifier]
|
||||
}
|
||||
|
||||
const events = await queryEvents(relayPool, filter, {
|
||||
await queryEvents(relayPool, filter, {
|
||||
onEvent: (evt) => {
|
||||
if (!mountedRef.current || currentRequestIdRef.current !== backgroundRequestId) return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user