Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

Commit

Permalink
delete unnecessary functions from functions dir (moved to admin)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkofdwu committed Dec 25, 2020
1 parent 818515e commit 12abb12
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 381 deletions.
234 changes: 0 additions & 234 deletions functions/src/algorithms/matchmaker.ts

This file was deleted.

7 changes: 0 additions & 7 deletions functions/src/enums/filter-method.ts

This file was deleted.

48 changes: 0 additions & 48 deletions functions/src/functions/generate-daily-suggestions.ts

This file was deleted.

54 changes: 0 additions & 54 deletions functions/src/functions/update-popularity-score.ts

This file was deleted.

4 changes: 1 addition & 3 deletions functions/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import onMessage from './functions/on-message';
import generateDailySuggestions from './functions/generate-daily-suggestions';
import updatePopularityScore from './functions/update-popularity-score';

export { onMessage, generateDailySuggestions, updatePopularityScore };
export { onMessage };

export * from './functions/users-http';
export * from './functions/chats-http';
Expand Down
5 changes: 0 additions & 5 deletions functions/src/models/filter.ts

This file was deleted.

28 changes: 0 additions & 28 deletions functions/src/utils/pagerank.ts

This file was deleted.

2 changes: 0 additions & 2 deletions functions/src/utils/transpose-array.ts

This file was deleted.

0 comments on commit 12abb12

Please sign in to comment.