Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A tale of code not maintained: remove service C #2

Open
wants to merge 1 commit into
base: not_maintained_1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions code-patterns/a_tale_of_code_not_maintained/not_maintained.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ function get_logs(dbName, uuid) {
break
case 'B':
return call_service_B_API(uuid)
case 'C':
// TODO MIGRATE TO API
db = get_database_conn_C()
break
default:
return null
break
Expand Down