user profile work

This commit is contained in:
Henry Jameson 2026-08-11 20:25:43 +03:00
commit 1f3b9a3905
7 changed files with 53 additions and 58 deletions

View file

@ -100,7 +100,7 @@ const fetchAndUpdate = ({
})
}
const timelineFetcher = (timeline, argument, argumentKey, credentials) => {
const timelineFetcher = (timeline, argument, credentials) => {
const state = {
interval: null
}
@ -113,7 +113,6 @@ const timelineFetcher = (timeline, argument, argumentKey, credentials) => {
} = {}) => fetchAndUpdate({
timeline,
argument,
argumentKey,
credentials,
}, {
maxId,