user profile work
This commit is contained in:
parent
cb25b392cf
commit
1f3b9a3905
7 changed files with 53 additions and 58 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue