Skip to content

Commit

Permalink
timestamp update
Browse files Browse the repository at this point in the history
  • Loading branch information
vicwere committed Feb 28, 2024
1 parent dc34c84 commit 11c7817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/receiver.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function addNewElement(jsonData, mfl_code, time_stamp, timestamp_unix, pk_column

record => {
// Add a new key-value pair to each record
record.time_stamp = time_stamp;
record.timestamp = timestamp;
record.mfl_code = mfl_code;
//Generate PK field Value based on the Received Object data
switch(pk_column) {
Expand Down

0 comments on commit 11c7817

Please sign in to comment.