Skip to content
Discussion options

You must be logged in to vote

Hey @MariaJsn

You simply need to resume the task 😊
Nothing has changed, you simply seem to have forgotten one line in your code.

Endpoint.Media.Posts.owned(by: self.secret.identifier)
    .unlocking(with: self.secret)
    .task(maxLength: 1, onComplete: { _ in
          
           
            
        }, onChange: { _ in
           
        })
    .resume() // Add this. 

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sbertix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants