mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-24 11:42:35 +01:00
Remove duplicate blank line
This commit is contained in:
parent
159474112c
commit
742eb849e8
@ -1062,7 +1062,6 @@ sub get_also_known_as {
|
||||
$ids{$id} = { id => $id, type => $self->{alias_type}->{STRONG} };
|
||||
$self->{pbot}->{logger}->log("Adding $id -> $id\n") if $debug;
|
||||
|
||||
|
||||
my $sth = $self->{dbh}->prepare('SELECT alias, type FROM Aliases WHERE id = ?');
|
||||
$sth->bind_param(1, $id);
|
||||
$sth->execute();
|
||||
|
Loading…
Reference in New Issue
Block a user