Commit f06a1851 authored by DivyPatel9881's avatar DivyPatel9881

fix: Undo changes

parent 24f0ef86
...@@ -220,7 +220,7 @@ func (a *Adapter) SavePolicy(model model.Model) error { ...@@ -220,7 +220,7 @@ func (a *Adapter) SavePolicy(model model.Model) error {
OnConflict("DO NOTHING"). OnConflict("DO NOTHING").
Insert() Insert()
return err return err
} }
return nil return nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment