mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-20 02:49:49 +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} };
|
$ids{$id} = { id => $id, type => $self->{alias_type}->{STRONG} };
|
||||||
$self->{pbot}->{logger}->log("Adding $id -> $id\n") if $debug;
|
$self->{pbot}->{logger}->log("Adding $id -> $id\n") if $debug;
|
||||||
|
|
||||||
|
|
||||||
my $sth = $self->{dbh}->prepare('SELECT alias, type FROM Aliases WHERE id = ?');
|
my $sth = $self->{dbh}->prepare('SELECT alias, type FROM Aliases WHERE id = ?');
|
||||||
$sth->bind_param(1, $id);
|
$sth->bind_param(1, $id);
|
||||||
$sth->execute();
|
$sth->execute();
|
||||||
|
Loading…
Reference in New Issue
Block a user