Skip to content

Commit

Permalink
fix: remove unused async
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Feb 25, 2021
1 parent 0959b12 commit 48f1e26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/upgrades/1.10.2/fix_category_post_zsets.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';

const async = require('async');
const db = require('../../database');
const posts = require('../../posts');
const topics = require('../../topics');
Expand Down

0 comments on commit 48f1e26

Please sign in to comment.