tuttle-dev / tuttle

🪰 Tuttle - time and money management for freelancers
GNU General Public License v3.0
62 stars 12 forks source link

Bug: Fetching Contract details by Id #137

Closed vlad-ed-git closed 1 year ago

vlad-ed-git commented 1 year ago

ContractDatasource.get_contract_by_id throws an exception 'list' object has no attribute 'where'

Here is the log message:

2023-01-14 02:08:44.740 | ERROR | core.intent_result:log_message_if_any:39 - An exception was raised @ContractDataSource.get_contract_by_id AttributeError 2023-01-14 02:08:44.741 | ERROR | core.intent_result:log_message_if_any:41 - 'list' object has no attribute 'where'

clstaudt commented 1 year ago

fixed