Skip to content

Commit

Permalink
Build info
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Jun 28, 2024
1 parent b4bc207 commit 2fc60fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/endpoints/build_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const iNaturalistAPI = require( "../inaturalist_api" );

const buildInfo = class buildInfo {
static get( params, options ) {
return iNaturalistAPI.get( "build_info", params, { ...options, useWriteApi: true, useAuth: true } );
return iNaturalistAPI.get( "build_info", params, { ...options, useAuth: true } );
}
};

Expand Down

0 comments on commit 2fc60fb

Please sign in to comment.