Skip to content

Commit

Permalink
fix: make app.js compatible with node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Jun 20, 2024
1 parent 065d272 commit 8808750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coupon/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const assert = require('assert/strict');
const assert = require('assert');
const util = require('util');

const express = require('express');
Expand Down

0 comments on commit 8808750

Please sign in to comment.