Skip to content

Commit 00bb57a

Browse files
author
ml9951
committed
Use untappd-js instead of node-untappd
1 parent 9393d03 commit 00bb57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const express = require('express');
33
const mongoose = require('mongoose');
44
const path = require('path');
55
const routes = require('./backend/routes');
6-
const UntappdClient = require('node-untappd');
6+
const UntappdClient = require('untappd-js');
77
const { Checkin } = require('./backend/models');
88
const { startAll } = require('./backend/feed-proc');
99
const twitterBot = require('./backend/twitter-bot');

0 commit comments

Comments
 (0)