tomoya 1 week ago
parent
commit
047721358e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/app/app/crud/crud_simplepay.py

+ 1 - 1
backend/app/app/crud/crud_simplepay.py

@@ -32,4 +32,4 @@ class CRUDSimplePay(CRUDBase[SimplePay, SimplePayCreate, SimplePayUpdate]):
             .all()
         )
         
-simpleypay = CRUDSimplePay(SimplePay)
+simplepay = CRUDSimplePay(SimplePay)