Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit d40d9f0

Browse files
committed
OData compiler remove trailing comma
1 parent 13515da commit d40d9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Types/StorageProviders/oData/oDataCompiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,5 @@ $C('$data.storageProviders.oData.oDataCompiler', $data.Expressions.EntityExpress
235235
headers: compiled.headers
236236
});
237237
}
238-
},
238+
}
239239
}, {});

0 commit comments

Comments
 (0)