Skip to content

Commit

Permalink
fix: change app directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dufkan committed May 1, 2024
1 parent 0711bc7 commit e932c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meesign_core/bin/policy.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void main(List<String> args) async {

final policy = constructPolicy(policyData);

final appDir = Directory('bin/app/');
final appDir = Directory('app/');

final database = Database(appDir);
final userDao = database.userDao;
Expand Down

0 comments on commit e932c4c

Please sign in to comment.