Skip to content

Commit

Permalink
feat: activate replace method for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
deryrahman committed Oct 1, 2024
1 parent 0f0148b commit 018069f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions max2max/internal/loader/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ func GetLoader(name string, logger *slog.Logger) (Loader, error) {
switch name {
case APPEND:
return NewAppendLoader(logger)
// case REPLACE:
// return NewReplaceLoader(logger), nil
case REPLACE:
return NewReplaceLoader(logger)
// case REPLACE_ALL:
// return NewReplaceAllLoader(logger), nil
// case MERGE:
Expand Down

0 comments on commit 018069f

Please sign in to comment.