Skip to content

Commit ea3faa5

Browse files
committed
Revert unwanted, unrelated changes to project
1 parent ad4950b commit ea3faa5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Control/public/utilities/jsonDelete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {jsonFetch} from './jsonFetch.js';
1616
/**
1717
* Build and send a DELETE request to a remote endpoint, and extract the response.
1818
* @param {String} endpoint - the remote endpoint to send request to
19-
* @param {RequestInit} options - the request options, see {@link fetch} native function
19+
* @param {RequestInit} options - the request options, see {@see fetch } native function
2020
* @return {Promise<Resolve<Object>.Error<{message: String}>>} resolve with the result of the request or reject with the error message
2121
*/
2222
export const jsonDelete = async (endpoint, options) => {

Control/public/utilities/jsonFetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {fetchClient} from '/js/src/index.js';
2121
* - If an error occurred, there can be error with a message field describing the error that occurred
2222
*
2323
* @param {String} endpoint - the remote endpoint to send request to
24-
* @param {RequestInit} options - the request options, see {@link fetch} native function
24+
* @param {RequestInit} options - the request options, see {@see fetch } native function
2525
* @return {Promise<Resolve<Object>.Error<{message: String}>>} resolve with the result of the request or reject with the error message
2626
*/
2727
export const jsonFetch = async (endpoint, options) => {

0 commit comments

Comments
 (0)