Browse Source

fix build

abhishek9686 1 year ago
parent
commit
34e61403c5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pro/trial.go

+ 0 - 1
pro/trial.go

@@ -52,7 +52,6 @@ func initTrial() error {
 	err = database.CreateTable(trial_table_name)
 	if err != nil {
 		slog.Error("failed to create table", "table name", trial_table_name, "err", err.Error())
-		if errors.Is
 		return err
 	}
 	// setup encryption keys