Skip to content

Commit f70da2e

Browse files
committed
API handles purging on account changes; we don't need to.
1 parent 5b27a59 commit f70da2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/MetaCPAN/Web/Controller/Account.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ sub profile : Local : Args(0) {
159159
$c->stash( { author => $data, errors => $res->{errors} } );
160160
}
161161
else {
162-
$c->purge_author_key( $data->{pauseid} ) if exists $data->{pauseid};
163162
$c->stash( { success => 1, author => $res } );
164163
}
165164
}

0 commit comments

Comments
 (0)