Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 2034be4

Browse files
committed
Fix tests
1 parent de409f0 commit 2034be4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/sdk.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,10 @@ export default class Strapi {
281281
* @param contentTypePluralized Type of entry pluralized
282282
* @param id ID of entry
283283
*/
284-
public deleteEntry(contentTypePluralized: string, id: string): Promise<object> {
284+
public deleteEntry(
285+
contentTypePluralized: string,
286+
id: string
287+
): Promise<object> {
285288
return this.request('delete', `/${contentTypePluralized}/${id}`);
286289
}
287290

0 commit comments

Comments
 (0)