Skip to content

Commit

Permalink
M #~: Minor fix to allocate image request (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Betanzos authored Jun 10, 2022
1 parent 1051f67 commit 04aed03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fireedge/src/client/features/OneApi/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const imageApi = oneApi.injectEndpoints({
*
* @param {object} params - Request params
* @param {string} params.template - A string containing the template of the image on syntax XML
* @param {string} params.id - The datastore ID
* @param {string} params.datastore - The datastore ID
* @param {boolean} [params.capacity] - `true` to avoid checking datastore capacity
* @returns {number} Image id
* @throws Fails when response isn't code 200
Expand Down

0 comments on commit 04aed03

Please sign in to comment.