Skip to content

Commit

Permalink
Merge pull request #7641 from nextcloud/bugfix/assert
Browse files Browse the repository at this point in the history
Remove assert for when the timestamp is not empty.
  • Loading branch information
mgallien authored Jan 2, 2025
2 parents 4931980 + d9e42e7 commit 9a6ba19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsync/abstractnetworkjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ void AbstractNetworkJob::slotFinished()

QByteArray AbstractNetworkJob::responseTimestamp()
{
ASSERT(!_responseTimestamp.isEmpty());
return _responseTimestamp;
}

Expand Down

0 comments on commit 9a6ba19

Please sign in to comment.