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