diff options
Diffstat (limited to '')
| -rw-r--r-- | lib/githubexplorer/Profile.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/githubexplorer/Profile.pm b/lib/githubexplorer/Profile.pm index 1af64cc..bb3d462 100644 --- a/lib/githubexplorer/Profile.pm +++ b/lib/githubexplorer/Profile.pm @@ -126,6 +126,7 @@ sub _create_profile { try { $self->schema->txn_do( sub { + $profile_rs = $self->schema->resultset('Profiles')->create($profile); } |
