Skip to content

Commit

Permalink
folder strucuture bot
Browse files Browse the repository at this point in the history
  • Loading branch information
gillohner committed Oct 6, 2024
1 parent 6195718 commit 5bab3d9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion handlers/meetupHandlers/meetupDisplayingHandler.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import userStates from "../../userStates.js";
import config from '../../config.js';
import config from '../../bot/config.js';
import {
extractTelegramUsername,
formatLocation,
Expand Down
2 changes: 1 addition & 1 deletion handlers/meetupHandlers/meetupSuggestionHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import {
fetchLocationData
} from '../../nominatim.js'
import config from '../../config.js';
import config from '../../bot/config.js';
import userStates from '../../userStates.js'

const handleMeetupSuggestion = (bot, msg) => {
Expand Down
2 changes: 1 addition & 1 deletion utils/nostrUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
getPublicKey,
nip19
} from 'nostr-tools';
import config from '../config.js';
import config from '../bot/config.js';

const sha256 = (data) => crypto.createHash('sha256').update(data).digest('hex');

Expand Down

0 comments on commit 5bab3d9

Please sign in to comment.