Skip to content

Commit

Permalink
fix new lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daeh committed Feb 5, 2024
1 parent 7c94195 commit cc29200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/modules/mdbcStartupHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class wrappers {
let status: 'match' | 'mismatch' | 'error' = 'error'
try {
// Fetch data from the GitHub repository
const response = await Zotero.HTTP.request('GET', url)
const response = await Zotero.HTTP.request('GET', url, {})

// Check if the response status is 200 (OK)
if (response.status !== 200) {
Expand Down

0 comments on commit cc29200

Please sign in to comment.