Skip to content

Commit 5c486ca

Browse files
committed
feat: bug with company update fixed
1 parent 78578ca commit 5c486ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

supply-backend/src/main/java/supply/server/data/company/RpCompany.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public Optional<Company> extendSubscription(int months, UUID companyId) throws S
9797
.sql("""
9898
UPDATE company
9999
SET expires_at = ?,
100-
SET updated_at = ?
100+
updated_at = ?
101101
WHERE id = ?
102102
""")
103103
.set(extendedExpiresAt)

0 commit comments

Comments
 (0)