Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Jan 4, 2024
1 parent b44e74f commit 0afd57e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/masoniteorm/query/QueryBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2117,8 +2117,6 @@ def to_qmark(self):

sql = grammar.compile(self._action, qmark=True).to_sql()



self._bindings = grammar._bindings

self.reset()
Expand Down
2 changes: 1 addition & 1 deletion src/masoniteorm/scopes/TimeStampsScope.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def set_timestamp_create(self, builder):
def set_timestamp_update(self, builder):
if not builder._model.__timestamps__:
return builder

for update in builder._updates:
if builder._model.date_updated_at in update.column:
return
Expand Down

0 comments on commit 0afd57e

Please sign in to comment.