mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
lint fix
This commit is contained in:
@@ -16,7 +16,8 @@ const store = {};
|
|||||||
*
|
*
|
||||||
* @param endpoint - The REST API url suffix.
|
* @param endpoint - The REST API url suffix.
|
||||||
* @param data - Attributes used to create a new endpoint.
|
* @param data - Attributes used to create a new endpoint.
|
||||||
* @param [unique=['name']] - An array of keys used to uniquely identify previously created resources from the endpoint.
|
* @param [unique=['name']] - An array of keys used to uniquely identify previously
|
||||||
|
* created resources from the endpoint.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const getOrCreate = (endpoint, data, unique = ['name']) => {
|
const getOrCreate = (endpoint, data, unique = ['name']) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user