Skip to content

Commit

Permalink
Removed unused constant in line 3 of answered.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bingbhakdibhumi committed Feb 10, 2025
1 parent 4c69c73 commit 7df8ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/topics/answered.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const topics = require.main.require('../topics');
const topics = require('../topics');

Check failure on line 3 in src/topics/answered.js

View workflow job for this annotation

GitHub Actions / test

'topics' is assigned a value but never used

Check failure on line 3 in src/topics/answered.js

View workflow job for this annotation

GitHub Actions / test

Useless path segments for "../topics", should be "./"
const plugins = require('../plugins');


Expand Down

0 comments on commit 7df8ad4

Please sign in to comment.