summaryrefslogtreecommitdiff
path: root/src/server/api/service/twitter.ts
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-01-31 23:32:58 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-01-31 23:32:58 +0900
commitf35547f3b8fef605a3ba34136a87f83cddb5f49f (patch)
tree3ea2719193d8ac1d832b53e744400ffe4e672900 /src/server/api/service/twitter.ts
parentおすすめのアンケートでミュートユーザーのものは表示... (diff)
downloadsharkey-f35547f3b8fef605a3ba34136a87f83cddb5f49f.tar.gz
sharkey-f35547f3b8fef605a3ba34136a87f83cddb5f49f.tar.bz2
sharkey-f35547f3b8fef605a3ba34136a87f83cddb5f49f.zip
API modules as import syntax (#4069)
Diffstat (limited to 'src/server/api/service/twitter.ts')
-rw-r--r--src/server/api/service/twitter.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/service/twitter.ts b/src/server/api/service/twitter.ts
index ff7f985279..f7f023d828 100644
--- a/src/server/api/service/twitter.ts
+++ b/src/server/api/service/twitter.ts
@@ -185,4 +185,4 @@ router.get('/tw/cb', async ctx => {
}
});
-module.exports = router;
+export default router;