Skip to content

Commit

Permalink
Correct change for director sql. This should not have been changed. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
LJTrent authored and thorwolpert committed Jan 31, 2019
1 parent 5163343 commit 251342f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colin-api/app/resources/corporations.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get(corp_num):

incorp_info_sql = Methods.build_info_sql(corp_num_sql)
incorp_addr_id_sql = Methods.build_addr_id_sql(corp_num_sql)
incorp_directors_sql = Methods.bc_get_objs(corp_num_sql)
incorp_directors_sql = Methods.build_directors_sql(corp_num_sql)

try:
incorp_nr_sql = Methods.build_nr_sql(corp_num_sql)
Expand Down

0 comments on commit 251342f

Please sign in to comment.