Skip to content

Commit 3524afd

Browse files
authored
Merge pull request #75 from apify/vladfrangu-patch-1
chore: missing comma
2 parents a8333bd + cf54bcd commit 3524afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/ACTOR_FILE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The file has the following structure:
6161
// Links to storages schema files, or inlined schema objects.
6262
// These aren't standard JSON schema files, but our own format. See ./DATASET_SCHEMA.md
6363
// COMPATIBILITY: This used to be "storages.keyValueStore", all implementations should support it
64-
"datasetSchema": "../shared_schemas/generic_dataset_schema.json"
64+
"datasetSchema": "../shared_schemas/generic_dataset_schema.json",
6565

6666
"keyValueStoreSchema": "./key_value_store_schema.json",
6767

0 commit comments

Comments
 (0)