Skip to content

Commit

Permalink
Merge pull request #241 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Add otu coordinates param
  • Loading branch information
jlpereira authored Oct 29, 2024
2 parents 3795345 + 827b03f commit 1fbc9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/otus/store/useImageStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const useImageStore = defineStore('imageStore', {
const UNSUPPORTED_FORMAT = ['image/tiff']
const params = {
extend: ['depictions', 'attribution', 'source', 'citations'],
otu_scope: ['all']
otu_scope: ['all', 'coordinate_otus']
}

this.controller = new AbortController()
Expand Down

0 comments on commit 1fbc9b0

Please sign in to comment.