Skip to content

Commit

Permalink
fixup! Remove unnecessary read call
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Udit committed May 30, 2020
1 parent c725213 commit ed25d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/resource_github_project_card.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ func resourceGithubProjectCardImport(d *schema.ResourceData, meta interface{}) (
d.SetId(card.GetNodeID())
d.Set("card_id", cardID)

return []*schema.ResourceData{d}, resourceGithubProjectCardRead(d, meta)
return []*schema.ResourceData{d}, nil

}

0 comments on commit ed25d6b

Please sign in to comment.