Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aramovic79 committed Nov 12, 2024
1 parent 39ad47d commit 1bfdd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ord.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { getRFC3339Date } = require('./date');
const _ = require("lodash");
const cds = require("@sap/cds");
const defaults = require("./defaults");
const logger = cds.log('ord-plugin');
const logger = cds.log('ord-plugin'); // TODO
const path = require("path");

const initializeAppConfig = (csn) => {
Expand Down

0 comments on commit 1bfdd74

Please sign in to comment.