pomelo-io / bounties-issues-dev

Dev repo for bounties
0 stars 0 forks source link

💰 0 USDT Bounty - "Test issue for a bounty" #96

Closed PomeloBounties closed 10 months ago

PomeloBounties commented 10 months ago

Bounty

Test issue for a bounty created by @PomeloBounties on Pomelo Bounties

Summary

Implement a solution for the given code snippet to solve the test issue for a bounty. The solution should be written in English and should handle any errors encountered.

Apply

https://bounties.pomelo.io/424124ff4fff

Original Issue

https://github.com/PomeloBounties/test/issues/8

Title

Test issue for a bounty

Body

Please solve this for me:

    issue, _, err := g.client.Issues.Get(ctx, owner, repo, issueNumber)
    if err != nil {
        if e, ok := err.(*github.ErrorResponse); ok {
            if e.Response.StatusCode == 404 {
                return "", "", ErrGithubIssueNotFound
            }
        }
        return "", "", err
    }

Thanks!

Reward

0.0500 USDT

Note

For technical discussion use the original issue. This issue is for tracking the bounty application and implementation progress.

PomeloBounties commented 10 months ago

Bounty funded with 0.0500 USDT!

Apply here

PomeloBounties commented 10 months ago

Bounty application submitted by @YaroShkvorets with a message:

pick me pls

Waiting for your approval @PomeloBounties

PomeloBounties commented 10 months ago

Bounty application approved. Good luck @YaroShkvorets!

PomeloBounties commented 10 months ago

Bounty work submitted by @YaroShkvorets with a message:

this is good work

Waiting for your approval @PomeloBounties!

PomeloBounties commented 10 months ago

Bounty closed

PomeloBounties commented 10 months ago

Bounty funds withdrawn!