tangled
alpha
login
or
join now
whey.party
/
esav
8
fork
atom
elasticsearch-based configurable generic appview for prototyping ideas
8
fork
atom
overview
issues
pulls
pipelines
oops wrong operation name
rimar1337
7 months ago
742d638d
816da24b
+1
-1
1 changed file
expand all
collapse all
unified
split
src
firehose.ts
+1
-1
src/firehose.ts
···
24
24
25
25
if (!config.record_types.includes(collection)) return;
26
26
27
27
-
if (opType === "create" || opType === "edit") {
27
27
+
if (opType === "create" || opType === "update") {
28
28
await indexDocument(config, aturi, record, cid, indexedAt);
29
29
} else if (opType === "delete") {
30
30
await deleteDocument(config, aturi);