Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
[AP-1589] Fix schema (#19)
Browse files Browse the repository at this point in the history
* fix schema

* fix schema
  • Loading branch information
amofakhar authored Oct 6, 2023
1 parent 717931d commit 928e4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = fh.read()

setup(name='pipelinewise-tap-github',
version='1.1.0',
version='1.1.1',
description='Singer.io tap for extracting data from the GitHub API',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion tap_github/schemas/pull_requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
}
},
"merge_commit_sha": {
"type": ["null", "string"],
"type": ["null", "string"]
},
"merged_at": {
"type": ["null", "string"],
Expand Down

0 comments on commit 928e4f0

Please sign in to comment.