We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7682538 commit 63e95d3Copy full SHA for 63e95d3
Minio-SQL-connector/utils/minioWriter.js
@@ -220,7 +220,7 @@ module.exports = {
220
owner = "unknown"
221
}
222
log("Owner ", owner)
223
- record = { ...record, owner: owner }
+ record = { ...record, insertedBy: owner }
224
this.client.query("SELECT * FROM " + table + " WHERE name = '" + queryName + "'", async (err, res) => {
225
if (err) {
226
log("ERROR searching object in DB");
0 commit comments