Skip to content

Commit 733a8fd

Browse files
committed
chore: format
1 parent aa75c39 commit 733a8fd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/Typesense/CurationSet.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ export default class CurationSet {
1212
private readonly _items: CurationSetItems;
1313
private individualItems: Record<string, CurationSetItem> = {};
1414

15-
constructor(private name: string, private apiCall: ApiCall) {
15+
constructor(
16+
private name: string,
17+
private apiCall: ApiCall,
18+
) {
1619
this._items = new CurationSetItems(this.name, apiCall);
1720
}
1821

@@ -51,5 +54,3 @@ export default class CurationSet {
5154
return `${CurationSets.RESOURCEPATH}/${encodeURIComponent(this.name)}`;
5255
}
5356
}
54-
55-

src/Typesense/CurationSets.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,3 @@ export default class CurationSets {
5858
);
5959
}
6060
}
61-
62-

0 commit comments

Comments
 (0)