Skip to content

Commit

Permalink
Merge pull request #100 from TheFriendlyCoder/getters
Browse files Browse the repository at this point in the history
Fixes #96 Fixed bug with pin and board getters
  • Loading branch information
TheFriendlyCoder committed Jul 20, 2020
2 parents 4952de4 + 1171074 commit 5fbf938
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/friendlypins/board.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def default_fields():
"name",
"url",
"description",
"creator",
"created_at",
"counts",
"image",
Expand Down Expand Up @@ -126,7 +125,6 @@ def pins(self):
"id",
"link",
"url",
"creator",
"board",
"created_at",
"note",
Expand Down

0 comments on commit 5fbf938

Please sign in to comment.