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

Check what kind of company we get by ID #8

Open
todo bot opened this issue Jun 7, 2018 · 0 comments
Open

Check what kind of company we get by ID #8

todo bot opened this issue Jun 7, 2018 · 0 comments
Assignees

Comments

@todo
Copy link

todo bot commented Jun 7, 2018

//TODO Check what kind of company we get by ID
// https://github.com/initiativaromania/HBP-web/issues/5
self.api.getADCompany(id: self.licitatie.companieId) { (companie, _ respone, error) -> Void in
if error == nil && (companie != nil) {
self.companie = companie
DispatchQueue.main.async {


This issue was generated by todo based on a TODO comment in 8d57424. It's been assigned to @silviu because they committed the code.
@todo todo bot assigned silviu Jun 7, 2018
@todo todo bot added the todo 🗒️ label Jun 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant