Skip to content

Commit

Permalink
fix: close #17
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlin92 authored Jul 30, 2023
1 parent 73c24d1 commit a6f9b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lin/lin.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def init_app(
if not user_model:
from .model import User

self.user_model = User
user_model = User
if not permission_model:
from .model import Permission

Expand Down

0 comments on commit a6f9b1a

Please sign in to comment.